Shades of Sirocco #646B68
Tints of Sirocco #646B68
RGB
CMYK
RGB Variations
Color information
#646B68 (or 0x646B68) is known color: Sirocco. HEX triplet: 64, 6B and 68. RGB value is (100,107,104). Sum of RGB (Red+Green+Blue) = 100+107+104=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 107 - color contains mainly: green. Hex color #646B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B68 is #9B9497. Grayscale: #686868. Windows color (decimal): -10196120 or 6843236. OLE color: 6843236.
HSL color Cylindrical-coordinate representation of color #646B68: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646B68 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 107 | 104 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.58 |
| HSL | 154.29º | 0.03% | 0.41% | - |
| HSV(B) | 154.29º | 0.07% | 0.42% | - |
| XYZ | 13.01 | 14.22 | 15.16 | - |
| YUV | 104.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 104 | 0.07 | 0 | 0.03 | 0.58 | 154.29 | 0.03 | 0.41 |
| Hex | 64 | 6B | 68 | 7 | 0 | 3 | 3A | 9A | 3 | 29 |
| Octal | 144 | 153 | 150 | 7 | 0 | 3 | 72 | 232 | 3 | 51 |
| Binary | 1100100 | 1101011 | 1101000 | 111 | 0 | 11 | 111010 | 10011010 | 11 | 101001 |
Color Harmonies of #646B68
Complementary color
Monochromatic Colors of #646B68
Black with #646B68
Text Example
Text Example
White with #646B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B68; }
p { color: rgb(100,107,104); }
H1.HeaderClassName
{
color: #646B68;
}
.AnyTagClassName
{
color: #646B68;
}
</style>
background-color css
<style>
a { background-color: #646B68; }
a { background-color: rgb(100,107,104); }
div.DivClassName
{
background-color: #646B68;
}
.BgClassName
{
background-color: #646B68;
}
</style>
border-color css
<style>
span { border-color: #646B68; }
span { border-color: rgb(100,107,104); }
td.TdClassName
{
border-color: #646B68;
}
.TagClassName
{
border-color: #646B68;
}
</style>