Shades of Kimberly #66658C
Tints of Kimberly #66658C
RGB
CMYK
RGB Variations
Color information
#66658C (or 0x66658C) is known color: Kimberly. HEX triplet: 66, 65 and 8C. RGB value is (102,101,140). Sum of RGB (Red+Green+Blue) = 102+101+140=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #66658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66658C is #999A73. Grayscale: #696969. Windows color (decimal): -10066548 or 9200998. OLE color: 9200998.
HSL color Cylindrical-coordinate representation of color #66658C: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66658C is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 101 | 140 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.45 |
| HSL | 241.54º | 0.16% | 0.47% | - |
| HSV(B) | 241.54º | 0.28% | 0.55% | - |
| XYZ | 14.87 | 14.03 | 26.73 | - |
| YUV | 105.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 140 | 0.27 | 0.28 | 0 | 0.45 | 241.54 | 0.16 | 0.47 |
| Hex | 66 | 65 | 8C | 1B | 1C | 0 | 2D | F2 | 10 | 2F |
| Octal | 146 | 145 | 214 | 33 | 34 | 0 | 55 | 362 | 20 | 57 |
| Binary | 1100110 | 1100101 | 10001100 | 11011 | 11100 | 0 | 101101 | 11110010 | 10000 | 101111 |
Color Harmonies of #66658C
Complementary color
Monochromatic Colors of #66658C
Black with #66658C
Text Example
Text Example
White with #66658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66658C; }
p { color: rgb(102,101,140); }
H1.HeaderClassName
{
color: #66658C;
}
.AnyTagClassName
{
color: #66658C;
}
</style>
background-color css
<style>
a { background-color: #66658C; }
a { background-color: rgb(102,101,140); }
div.DivClassName
{
background-color: #66658C;
}
.BgClassName
{
background-color: #66658C;
}
</style>
border-color css
<style>
span { border-color: #66658C; }
span { border-color: rgb(102,101,140); }
td.TdClassName
{
border-color: #66658C;
}
.TagClassName
{
border-color: #66658C;
}
</style>