Shades of Kimberly #666488
Tints of Kimberly #666488
RGB
CMYK
RGB Variations
Color information
#666488 (or 0x666488) is known color: Kimberly. HEX triplet: 66, 64 and 88. RGB value is (102,100,136). Sum of RGB (Red+Green+Blue) = 102+100+136=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #666488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666488 is #999B77. Grayscale: #686868. Windows color (decimal): -10066808 or 8938598. OLE color: 8938598.
HSL color Cylindrical-coordinate representation of color #666488: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666488 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 100 | 136 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.47 |
| HSL | 243.33º | 0.15% | 0.46% | - |
| HSV(B) | 243.33º | 0.26% | 0.53% | - |
| XYZ | 14.48 | 13.72 | 25.18 | - |
| YUV | 104.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 136 | 0.25 | 0.26 | 0 | 0.47 | 243.33 | 0.15 | 0.46 |
| Hex | 66 | 64 | 88 | 19 | 1A | 0 | 2F | F3 | F | 2E |
| Octal | 146 | 144 | 210 | 31 | 32 | 0 | 57 | 363 | 17 | 56 |
| Binary | 1100110 | 1100100 | 10001000 | 11001 | 11010 | 0 | 101111 | 11110011 | 1111 | 101110 |
Color Harmonies of #666488
Complementary color
Monochromatic Colors of #666488
Black with #666488
Text Example
Text Example
White with #666488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666488; }
p { color: rgb(102,100,136); }
H1.HeaderClassName
{
color: #666488;
}
.AnyTagClassName
{
color: #666488;
}
</style>
background-color css
<style>
a { background-color: #666488; }
a { background-color: rgb(102,100,136); }
div.DivClassName
{
background-color: #666488;
}
.BgClassName
{
background-color: #666488;
}
</style>
border-color css
<style>
span { border-color: #666488; }
span { border-color: rgb(102,100,136); }
td.TdClassName
{
border-color: #666488;
}
.TagClassName
{
border-color: #666488;
}
</style>