Shades of Kimberly #666290
Tints of Kimberly #666290
RGB
CMYK
RGB Variations
Color information
#666290 (or 0x666290) is known color: Kimberly. HEX triplet: 66, 62 and 90. RGB value is (102,98,144). Sum of RGB (Red+Green+Blue) = 102+98+144=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #666290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666290 is #999D6F. Grayscale: #686868. Windows color (decimal): -10067312 or 9462374. OLE color: 9462374.
HSL color Cylindrical-coordinate representation of color #666290: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666290 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 98 | 144 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.44 |
| HSL | 245.22º | 0.19% | 0.47% | - |
| HSV(B) | 245.22º | 0.32% | 0.56% | - |
| XYZ | 14.88 | 13.57 | 28.22 | - |
| YUV | 104.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 144 | 0.29 | 0.32 | 0 | 0.44 | 245.22 | 0.19 | 0.47 |
| Hex | 66 | 62 | 90 | 1D | 20 | 0 | 2C | F5 | 13 | 2F |
| Octal | 146 | 142 | 220 | 35 | 40 | 0 | 54 | 365 | 23 | 57 |
| Binary | 1100110 | 1100010 | 10010000 | 11101 | 100000 | 0 | 101100 | 11110101 | 10011 | 101111 |
Color Harmonies of #666290
Complementary color
Monochromatic Colors of #666290
Black with #666290
Text Example
Text Example
White with #666290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666290; }
p { color: rgb(102,98,144); }
H1.HeaderClassName
{
color: #666290;
}
.AnyTagClassName
{
color: #666290;
}
</style>
background-color css
<style>
a { background-color: #666290; }
a { background-color: rgb(102,98,144); }
div.DivClassName
{
background-color: #666290;
}
.BgClassName
{
background-color: #666290;
}
</style>
border-color css
<style>
span { border-color: #666290; }
span { border-color: rgb(102,98,144); }
td.TdClassName
{
border-color: #666290;
}
.TagClassName
{
border-color: #666290;
}
</style>