Shades of Kimberly #666091
Tints of Kimberly #666091
RGB
CMYK
RGB Variations
Color information
#666091 (or 0x666091) is known color: Kimberly. HEX triplet: 66, 60 and 91. RGB value is (102,96,145). Sum of RGB (Red+Green+Blue) = 102+96+145=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #666091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666091 is #999F6E. Grayscale: #676767. Windows color (decimal): -10067823 or 9527398. OLE color: 9527398.
HSL color Cylindrical-coordinate representation of color #666091: hue angle of 247.35º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #666091 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 96 | 145 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.43 |
| HSL | 247.35º | 0.2% | 0.47% | - |
| HSV(B) | 247.35º | 0.34% | 0.57% | - |
| XYZ | 14.77 | 13.23 | 28.56 | - |
| YUV | 103.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 145 | 0.30 | 0.34 | 0 | 0.43 | 247.35 | 0.2 | 0.47 |
| Hex | 66 | 60 | 91 | 1E | 22 | 0 | 2B | F7 | 14 | 2F |
| Octal | 146 | 140 | 221 | 36 | 42 | 0 | 53 | 367 | 24 | 57 |
| Binary | 1100110 | 1100000 | 10010001 | 11110 | 100010 | 0 | 101011 | 11110111 | 10100 | 101111 |
Color Harmonies of #666091
Complementary color
Monochromatic Colors of #666091
Black with #666091
Text Example
Text Example
White with #666091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666091; }
p { color: rgb(102,96,145); }
H1.HeaderClassName
{
color: #666091;
}
.AnyTagClassName
{
color: #666091;
}
</style>
background-color css
<style>
a { background-color: #666091; }
a { background-color: rgb(102,96,145); }
div.DivClassName
{
background-color: #666091;
}
.BgClassName
{
background-color: #666091;
}
</style>
border-color css
<style>
span { border-color: #666091; }
span { border-color: rgb(102,96,145); }
td.TdClassName
{
border-color: #666091;
}
.TagClassName
{
border-color: #666091;
}
</style>