Shades of Kimberly #666082
Tints of Kimberly #666082
RGB
CMYK
RGB Variations
Color information
#666082 (or 0x666082) is known color: Kimberly. HEX triplet: 66, 60 and 82. RGB value is (102,96,130). Sum of RGB (Red+Green+Blue) = 102+96+130=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #666082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666082 is #999F7D. Grayscale: #656565. Windows color (decimal): -10067838 or 8544358. OLE color: 8544358.
HSL color Cylindrical-coordinate representation of color #666082: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666082 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 96 | 130 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.49 |
| HSL | 250.59º | 0.15% | 0.44% | - |
| HSV(B) | 250.59º | 0.26% | 0.51% | - |
| XYZ | 13.69 | 12.8 | 22.87 | - |
| YUV | 101.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 130 | 0.22 | 0.26 | 0 | 0.49 | 250.59 | 0.15 | 0.44 |
| Hex | 66 | 60 | 82 | 16 | 1A | 0 | 31 | FB | F | 2C |
| Octal | 146 | 140 | 202 | 26 | 32 | 0 | 61 | 373 | 17 | 54 |
| Binary | 1100110 | 1100000 | 10000010 | 10110 | 11010 | 0 | 110001 | 11111011 | 1111 | 101100 |
Color Harmonies of #666082
Complementary color
Monochromatic Colors of #666082
Black with #666082
Text Example
Text Example
White with #666082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666082; }
p { color: rgb(102,96,130); }
H1.HeaderClassName
{
color: #666082;
}
.AnyTagClassName
{
color: #666082;
}
</style>
background-color css
<style>
a { background-color: #666082; }
a { background-color: rgb(102,96,130); }
div.DivClassName
{
background-color: #666082;
}
.BgClassName
{
background-color: #666082;
}
</style>
border-color css
<style>
span { border-color: #666082; }
span { border-color: rgb(102,96,130); }
td.TdClassName
{
border-color: #666082;
}
.TagClassName
{
border-color: #666082;
}
</style>