Shades of Kimberly #666385
Tints of Kimberly #666385
RGB
CMYK
RGB Variations
Color information
#666385 (or 0x666385) is known color: Kimberly. HEX triplet: 66, 63 and 85. RGB value is (102,99,133). Sum of RGB (Red+Green+Blue) = 102+99+133=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #666385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666385 is #999C7A. Grayscale: #676767. Windows color (decimal): -10067067 or 8741734. OLE color: 8741734.
HSL color Cylindrical-coordinate representation of color #666385: hue angle of 245.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #666385 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 99 | 133 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.48 |
| HSL | 245.29º | 0.15% | 0.45% | - |
| HSV(B) | 245.29º | 0.26% | 0.52% | - |
| XYZ | 14.17 | 13.44 | 24.04 | - |
| YUV | 103.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 133 | 0.23 | 0.26 | 0 | 0.48 | 245.29 | 0.15 | 0.45 |
| Hex | 66 | 63 | 85 | 17 | 1A | 0 | 30 | F5 | F | 2D |
| Octal | 146 | 143 | 205 | 27 | 32 | 0 | 60 | 365 | 17 | 55 |
| Binary | 1100110 | 1100011 | 10000101 | 10111 | 11010 | 0 | 110000 | 11110101 | 1111 | 101101 |
Color Harmonies of #666385
Complementary color
Monochromatic Colors of #666385
Black with #666385
Text Example
Text Example
White with #666385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666385; }
p { color: rgb(102,99,133); }
H1.HeaderClassName
{
color: #666385;
}
.AnyTagClassName
{
color: #666385;
}
</style>
background-color css
<style>
a { background-color: #666385; }
a { background-color: rgb(102,99,133); }
div.DivClassName
{
background-color: #666385;
}
.BgClassName
{
background-color: #666385;
}
</style>
border-color css
<style>
span { border-color: #666385; }
span { border-color: rgb(102,99,133); }
td.TdClassName
{
border-color: #666385;
}
.TagClassName
{
border-color: #666385;
}
</style>