Shades of Kimberly #665E79
Tints of Kimberly #665E79
RGB
CMYK
RGB Variations
Color information
#665E79 (or 0x665E79) is known color: Kimberly. HEX triplet: 66, 5E and 79. RGB value is (102,94,121). Sum of RGB (Red+Green+Blue) = 102+94+121=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #665E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E79 is #99A186. Grayscale: #636363. Windows color (decimal): -10068359 or 7954022. OLE color: 7954022.
HSL color Cylindrical-coordinate representation of color #665E79: hue angle of 257.78º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665E79 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 94 | 121 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.53 |
| HSL | 257.78º | 0.13% | 0.42% | - |
| HSV(B) | 257.78º | 0.22% | 0.47% | - |
| XYZ | 12.93 | 12.21 | 19.76 | - |
| YUV | 99.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 121 | 0.16 | 0.22 | 0 | 0.53 | 257.78 | 0.13 | 0.42 |
| Hex | 66 | 5E | 79 | 10 | 16 | 0 | 35 | 102 | D | 2A |
| Octal | 146 | 136 | 171 | 20 | 26 | 0 | 65 | 402 | 15 | 52 |
| Binary | 1100110 | 1011110 | 1111001 | 10000 | 10110 | 0 | 110101 | 100000010 | 1101 | 101010 |
Color Harmonies of #665E79
Complementary color
Monochromatic Colors of #665E79
Black with #665E79
Text Example
Text Example
White with #665E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E79; }
p { color: rgb(102,94,121); }
H1.HeaderClassName
{
color: #665E79;
}
.AnyTagClassName
{
color: #665E79;
}
</style>
background-color css
<style>
a { background-color: #665E79; }
a { background-color: rgb(102,94,121); }
div.DivClassName
{
background-color: #665E79;
}
.BgClassName
{
background-color: #665E79;
}
</style>
border-color css
<style>
span { border-color: #665E79; }
span { border-color: rgb(102,94,121); }
td.TdClassName
{
border-color: #665E79;
}
.TagClassName
{
border-color: #665E79;
}
</style>