Shades of Kimberly #666087
Tints of Kimberly #666087
RGB
CMYK
RGB Variations
Color information
#666087 (or 0x666087) is known color: Kimberly. HEX triplet: 66, 60 and 87. RGB value is (102,96,135). Sum of RGB (Red+Green+Blue) = 102+96+135=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #666087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666087 is #999F78. Grayscale: #666666. Windows color (decimal): -10067833 or 8872038. OLE color: 8872038.
HSL color Cylindrical-coordinate representation of color #666087: hue angle of 249.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #666087 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 96 | 135 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.47 |
| HSL | 249.23º | 0.17% | 0.45% | - |
| HSV(B) | 249.23º | 0.29% | 0.53% | - |
| XYZ | 14.04 | 12.94 | 24.68 | - |
| YUV | 102.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 135 | 0.24 | 0.29 | 0 | 0.47 | 249.23 | 0.17 | 0.45 |
| Hex | 66 | 60 | 87 | 18 | 1D | 0 | 2F | F9 | 11 | 2D |
| Octal | 146 | 140 | 207 | 30 | 35 | 0 | 57 | 371 | 21 | 55 |
| Binary | 1100110 | 1100000 | 10000111 | 11000 | 11101 | 0 | 101111 | 11111001 | 10001 | 101101 |
Color Harmonies of #666087
Complementary color
Monochromatic Colors of #666087
Black with #666087
Text Example
Text Example
White with #666087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666087; }
p { color: rgb(102,96,135); }
H1.HeaderClassName
{
color: #666087;
}
.AnyTagClassName
{
color: #666087;
}
</style>
background-color css
<style>
a { background-color: #666087; }
a { background-color: rgb(102,96,135); }
div.DivClassName
{
background-color: #666087;
}
.BgClassName
{
background-color: #666087;
}
</style>
border-color css
<style>
span { border-color: #666087; }
span { border-color: rgb(102,96,135); }
td.TdClassName
{
border-color: #666087;
}
.TagClassName
{
border-color: #666087;
}
</style>