Shades of Kimberly #665A78
Tints of Kimberly #665A78
RGB
CMYK
RGB Variations
Color information
#665A78 (or 0x665A78) is known color: Kimberly. HEX triplet: 66, 5A and 78. RGB value is (102,90,120). Sum of RGB (Red+Green+Blue) = 102+90+120=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #665A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A78 is #99A587. Grayscale: #606060. Windows color (decimal): -10069384 or 7887462. OLE color: 7887462.
HSL color Cylindrical-coordinate representation of color #665A78: hue angle of 264º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665A78 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 90 | 120 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.53 |
| HSL | 264º | 0.14% | 0.41% | - |
| HSV(B) | 264º | 0.25% | 0.47% | - |
| XYZ | 12.53 | 11.49 | 19.33 | - |
| YUV | 97.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 120 | 0.15 | 0.25 | 0 | 0.53 | 264 | 0.14 | 0.41 |
| Hex | 66 | 5A | 78 | F | 19 | 0 | 35 | 108 | E | 29 |
| Octal | 146 | 132 | 170 | 17 | 31 | 0 | 65 | 410 | 16 | 51 |
| Binary | 1100110 | 1011010 | 1111000 | 1111 | 11001 | 0 | 110101 | 100001000 | 1110 | 101001 |
Color Harmonies of #665A78
Complementary color
Monochromatic Colors of #665A78
Black with #665A78
Text Example
Text Example
White with #665A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A78; }
p { color: rgb(102,90,120); }
H1.HeaderClassName
{
color: #665A78;
}
.AnyTagClassName
{
color: #665A78;
}
</style>
background-color css
<style>
a { background-color: #665A78; }
a { background-color: rgb(102,90,120); }
div.DivClassName
{
background-color: #665A78;
}
.BgClassName
{
background-color: #665A78;
}
</style>
border-color css
<style>
span { border-color: #665A78; }
span { border-color: rgb(102,90,120); }
td.TdClassName
{
border-color: #665A78;
}
.TagClassName
{
border-color: #665A78;
}
</style>