Shades of Kimberly #665C78
Tints of Kimberly #665C78
RGB
CMYK
RGB Variations
Color information
#665C78 (or 0x665C78) is known color: Kimberly. HEX triplet: 66, 5C and 78. RGB value is (102,92,120). Sum of RGB (Red+Green+Blue) = 102+92+120=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #665C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C78 is #99A387. Grayscale: #626262. Windows color (decimal): -10068872 or 7887974. OLE color: 7887974.
HSL color Cylindrical-coordinate representation of color #665C78: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #665C78 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 92 | 120 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.53 |
| HSL | 261.43º | 0.13% | 0.42% | - |
| HSV(B) | 261.43º | 0.23% | 0.47% | - |
| XYZ | 12.7 | 11.84 | 19.38 | - |
| YUV | 98.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 120 | 0.15 | 0.23 | 0 | 0.53 | 261.43 | 0.13 | 0.42 |
| Hex | 66 | 5C | 78 | F | 17 | 0 | 35 | 105 | D | 2A |
| Octal | 146 | 134 | 170 | 17 | 27 | 0 | 65 | 405 | 15 | 52 |
| Binary | 1100110 | 1011100 | 1111000 | 1111 | 10111 | 0 | 110101 | 100000101 | 1101 | 101010 |
Color Harmonies of #665C78
Complementary color
Monochromatic Colors of #665C78
Black with #665C78
Text Example
Text Example
White with #665C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C78; }
p { color: rgb(102,92,120); }
H1.HeaderClassName
{
color: #665C78;
}
.AnyTagClassName
{
color: #665C78;
}
</style>
background-color css
<style>
a { background-color: #665C78; }
a { background-color: rgb(102,92,120); }
div.DivClassName
{
background-color: #665C78;
}
.BgClassName
{
background-color: #665C78;
}
</style>
border-color css
<style>
span { border-color: #665C78; }
span { border-color: rgb(102,92,120); }
td.TdClassName
{
border-color: #665C78;
}
.TagClassName
{
border-color: #665C78;
}
</style>