Color spaces of #6260aa
RGB | 98 | 96 | 170 |
---|---|---|---|
HSL | 0.67 | 0.30 | 0.52 |
HSV | 242° | 44° | 67° |
CMYK | 0.42 | 0.44 | 0.00 0.33 |
XYZ | 16.4756 | 13.8647 | 39.8380 |
Yxy | 13.8647 | 0.2348 | 0.1976 |
Hunter Lab | 37.2353 | 13.8195 | -37.3695 |
CIE-Lab | 44.0383 | 20.0004 | -39.5318 |
#6260aa color RGB value is (98,96,170).
#6260aa hex color red value is 98, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6260aa hue: 0.67 , saturation: 0.30 and the lightness value of 6260aa is 0.52.
The process color (four color CMYK) of #6260aa color hex is 0.42, 0.44, 0.00, 0.33. Web safe color of #6260aa is #666699. Color #6260aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 01100000 | 10101010 |
Octal | 142 | 140 | 252 |
Decimal | 98 | 96 | 170 |
Hex | 62 | 60 | AA |
Shades of #6260aa
Tints of #6260aa
RGB Percentages of Color #6260aa
CMYK Percentages of Color #6260aa
Complementary Color
#6260aa | #a8aa60 |
#6260aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6260aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6260aa Color CSS Codes
.mybgcolor {background-color:#6260aa; } .myforecolor {color:#6260aa; } .mybordercolor {border:3px solid #6260aa; }
#6260aa Text Font Color
<p style="color:#6260aa">Text here</p>
This sample text font color is #6260aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#6260aa Background Color
<div style="background-color:#6260aa">
Div content here</div>
This div background color is #6260aa
#6260aa Border Color
<div style="border:3px solid #6260aa">
Div here</div>
This div border color is #6260aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,96,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6260aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6260aa; -webkit-box-shadow: 1px 1px 3px 2px #6260aa; box-shadow: 1px 1px 3px 2px #6260aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,96,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6260aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6260aa; -webkit-box-shadow: 1px 1px 3px 2px #6260aa; box-shadow: 1px 1px 3px 2px #6260aa;">
Div content here</div>
This div box has shadow with color #6260aa
Comments
No comments written yet.
Please login to write comment.