Shades of Kimberly #666086
Tints of Kimberly #666086
RGB
CMYK
RGB Variations
Color information
#666086 (or 0x666086) is known color: Kimberly. HEX triplet: 66, 60 and 86. RGB value is (102,96,134). Sum of RGB (Red+Green+Blue) = 102+96+134=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #666086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666086 is #999F79. Grayscale: #656565. Windows color (decimal): -10067834 or 8806502. OLE color: 8806502.
HSL color Cylindrical-coordinate representation of color #666086: hue angle of 249.47º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #666086 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 96 | 134 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.47 |
| HSL | 249.47º | 0.17% | 0.45% | - |
| HSV(B) | 249.47º | 0.28% | 0.53% | - |
| XYZ | 13.97 | 12.91 | 24.31 | - |
| YUV | 102.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 134 | 0.24 | 0.28 | 0 | 0.47 | 249.47 | 0.17 | 0.45 |
| Hex | 66 | 60 | 86 | 18 | 1C | 0 | 2F | F9 | 11 | 2D |
| Octal | 146 | 140 | 206 | 30 | 34 | 0 | 57 | 371 | 21 | 55 |
| Binary | 1100110 | 1100000 | 10000110 | 11000 | 11100 | 0 | 101111 | 11111001 | 10001 | 101101 |
Color Harmonies of #666086
Complementary color
Monochromatic Colors of #666086
Black with #666086
Text Example
Text Example
White with #666086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666086; }
p { color: rgb(102,96,134); }
H1.HeaderClassName
{
color: #666086;
}
.AnyTagClassName
{
color: #666086;
}
</style>
background-color css
<style>
a { background-color: #666086; }
a { background-color: rgb(102,96,134); }
div.DivClassName
{
background-color: #666086;
}
.BgClassName
{
background-color: #666086;
}
</style>
border-color css
<style>
span { border-color: #666086; }
span { border-color: rgb(102,96,134); }
td.TdClassName
{
border-color: #666086;
}
.TagClassName
{
border-color: #666086;
}
</style>