Shades of Sirocco #606663
Tints of Sirocco #606663
RGB
CMYK
RGB Variations
Color information
#606663 (or 0x606663) is known color: Sirocco. HEX triplet: 60, 66 and 63. RGB value is (96,102,99). Sum of RGB (Red+Green+Blue) = 96+102+99=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 102 - color contains mainly: green. Hex color #606663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606663 is #9F999C. Grayscale: #636363. Windows color (decimal): -10459549 or 6514272. OLE color: 6514272.
HSL color Cylindrical-coordinate representation of color #606663: hue angle of 150º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606663 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
RGB | 96 | 102 | 99 | - |
CMYK | 0.06 | 0 | 0.03 | 0.6 |
HSL | 150º | 0.03% | 0.39% | - |
HSV(B) | 150º | 0.06% | 0.4% | - |
XYZ | 11.83 | 12.89 | 13.67 | - |
YUV | 99.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 102 | 99 | 0.06 | 0 | 0.03 | 0.6 | 150 | 0.03 | 0.39 |
Hex | 60 | 66 | 63 | 6 | 0 | 3 | 3C | 96 | 3 | 27 |
Octal | 140 | 146 | 143 | 6 | 0 | 3 | 74 | 226 | 3 | 47 |
Binary | 1100000 | 1100110 | 1100011 | 110 | 0 | 11 | 111100 | 10010110 | 11 | 100111 |
Color Harmonies of #606663
Complementary color
Monochromatic Colors of #606663
Black with #606663
Text Example
Text Example
White with #606663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606663; }
p { color: rgb(96,102,99); }
H1.HeaderClassName
{
color: #606663;
}
.AnyTagClassName
{
color: #606663;
}
</style>
background-color css
<style>
a { background-color: #606663; }
a { background-color: rgb(96,102,99); }
div.DivClassName
{
background-color: #606663;
}
.BgClassName
{
background-color: #606663;
}
</style>
border-color css
<style>
span { border-color: #606663; }
span { border-color: rgb(96,102,99); }
td.TdClassName
{
border-color: #606663;
}
.TagClassName
{
border-color: #606663;
}
</style>