Shades of Kimberly #666287
Tints of Kimberly #666287
RGB
CMYK
RGB Variations
Color information
#666287 (or 0x666287) is known color: Kimberly. HEX triplet: 66, 62 and 87. RGB value is (102,98,135). Sum of RGB (Red+Green+Blue) = 102+98+135=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #666287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666287 is #999D78. Grayscale: #676767. Windows color (decimal): -10067321 or 8872550. OLE color: 8872550.
HSL color Cylindrical-coordinate representation of color #666287: hue angle of 246.49º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666287 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 98 | 135 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.47 |
| HSL | 246.49º | 0.16% | 0.46% | - |
| HSV(B) | 246.49º | 0.27% | 0.53% | - |
| XYZ | 14.22 | 13.31 | 24.74 | - |
| YUV | 103.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 135 | 0.24 | 0.27 | 0 | 0.47 | 246.49 | 0.16 | 0.46 |
| Hex | 66 | 62 | 87 | 18 | 1B | 0 | 2F | F6 | 10 | 2E |
| Octal | 146 | 142 | 207 | 30 | 33 | 0 | 57 | 366 | 20 | 56 |
| Binary | 1100110 | 1100010 | 10000111 | 11000 | 11011 | 0 | 101111 | 11110110 | 10000 | 101110 |
Color Harmonies of #666287
Complementary color
Monochromatic Colors of #666287
Black with #666287
Text Example
Text Example
White with #666287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666287; }
p { color: rgb(102,98,135); }
H1.HeaderClassName
{
color: #666287;
}
.AnyTagClassName
{
color: #666287;
}
</style>
background-color css
<style>
a { background-color: #666287; }
a { background-color: rgb(102,98,135); }
div.DivClassName
{
background-color: #666287;
}
.BgClassName
{
background-color: #666287;
}
</style>
border-color css
<style>
span { border-color: #666287; }
span { border-color: rgb(102,98,135); }
td.TdClassName
{
border-color: #666287;
}
.TagClassName
{
border-color: #666287;
}
</style>