Shades of Kimberly #66658B
Tints of Kimberly #66658B
RGB
CMYK
RGB Variations
Color information
#66658B (or 0x66658B) is known color: Kimberly. HEX triplet: 66, 65 and 8B. RGB value is (102,101,139). Sum of RGB (Red+Green+Blue) = 102+101+139=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #66658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66658B is #999A74. Grayscale: #696969. Windows color (decimal): -10066549 or 9135462. OLE color: 9135462.
HSL color Cylindrical-coordinate representation of color #66658B: hue angle of 241.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66658B is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 101 | 139 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.45 |
| HSL | 241.58º | 0.16% | 0.47% | - |
| HSV(B) | 241.58º | 0.27% | 0.55% | - |
| XYZ | 14.79 | 14 | 26.35 | - |
| YUV | 105.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 139 | 0.27 | 0.27 | 0 | 0.45 | 241.58 | 0.16 | 0.47 |
| Hex | 66 | 65 | 8B | 1B | 1B | 0 | 2D | F2 | 10 | 2F |
| Octal | 146 | 145 | 213 | 33 | 33 | 0 | 55 | 362 | 20 | 57 |
| Binary | 1100110 | 1100101 | 10001011 | 11011 | 11011 | 0 | 101101 | 11110010 | 10000 | 101111 |
Color Harmonies of #66658B
Complementary color
Monochromatic Colors of #66658B
Black with #66658B
Text Example
Text Example
White with #66658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66658B; }
p { color: rgb(102,101,139); }
H1.HeaderClassName
{
color: #66658B;
}
.AnyTagClassName
{
color: #66658B;
}
</style>
background-color css
<style>
a { background-color: #66658B; }
a { background-color: rgb(102,101,139); }
div.DivClassName
{
background-color: #66658B;
}
.BgClassName
{
background-color: #66658B;
}
</style>
border-color css
<style>
span { border-color: #66658B; }
span { border-color: rgb(102,101,139); }
td.TdClassName
{
border-color: #66658B;
}
.TagClassName
{
border-color: #66658B;
}
</style>