Shades of Kimberly #665C84
Tints of Kimberly #665C84
RGB
CMYK
RGB Variations
Color information
#665C84 (or 0x665C84) is known color: Kimberly. HEX triplet: 66, 5C and 84. RGB value is (102,92,132). Sum of RGB (Red+Green+Blue) = 102+92+132=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #665C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C84 is #99A37B. Grayscale: #636363. Windows color (decimal): -10068860 or 8674406. OLE color: 8674406.
HSL color Cylindrical-coordinate representation of color #665C84: hue angle of 255º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665C84 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 92 | 132 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.48 |
| HSL | 255º | 0.18% | 0.44% | - |
| HSV(B) | 255º | 0.3% | 0.52% | - |
| XYZ | 13.47 | 12.15 | 23.46 | - |
| YUV | 99.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 132 | 0.23 | 0.30 | 0 | 0.48 | 255 | 0.18 | 0.44 |
| Hex | 66 | 5C | 84 | 17 | 1E | 0 | 30 | FF | 12 | 2C |
| Octal | 146 | 134 | 204 | 27 | 36 | 0 | 60 | 377 | 22 | 54 |
| Binary | 1100110 | 1011100 | 10000100 | 10111 | 11110 | 0 | 110000 | 11111111 | 10010 | 101100 |
Color Harmonies of #665C84
Complementary color
Monochromatic Colors of #665C84
Black with #665C84
Text Example
Text Example
White with #665C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C84; }
p { color: rgb(102,92,132); }
H1.HeaderClassName
{
color: #665C84;
}
.AnyTagClassName
{
color: #665C84;
}
</style>
background-color css
<style>
a { background-color: #665C84; }
a { background-color: rgb(102,92,132); }
div.DivClassName
{
background-color: #665C84;
}
.BgClassName
{
background-color: #665C84;
}
</style>
border-color css
<style>
span { border-color: #665C84; }
span { border-color: rgb(102,92,132); }
td.TdClassName
{
border-color: #665C84;
}
.TagClassName
{
border-color: #665C84;
}
</style>