Shades of Kimberly #665D7C
Tints of Kimberly #665D7C
RGB
CMYK
RGB Variations
Color information
#665D7C (or 0x665D7C) is known color: Kimberly. HEX triplet: 66, 5D and 7C. RGB value is (102,93,124). Sum of RGB (Red+Green+Blue) = 102+93+124=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #665D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D7C is #99A283. Grayscale: #636363. Windows color (decimal): -10068612 or 8150374. OLE color: 8150374.
HSL color Cylindrical-coordinate representation of color #665D7C: hue angle of 257.42º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665D7C is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 93 | 124 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.51 |
| HSL | 257.42º | 0.14% | 0.43% | - |
| HSV(B) | 257.42º | 0.25% | 0.49% | - |
| XYZ | 13.03 | 12.11 | 20.72 | - |
| YUV | 99.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 124 | 0.18 | 0.25 | 0 | 0.51 | 257.42 | 0.14 | 0.43 |
| Hex | 66 | 5D | 7C | 12 | 19 | 0 | 33 | 101 | E | 2B |
| Octal | 146 | 135 | 174 | 22 | 31 | 0 | 63 | 401 | 16 | 53 |
| Binary | 1100110 | 1011101 | 1111100 | 10010 | 11001 | 0 | 110011 | 100000001 | 1110 | 101011 |
Color Harmonies of #665D7C
Complementary color
Monochromatic Colors of #665D7C
Black with #665D7C
Text Example
Text Example
White with #665D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D7C; }
p { color: rgb(102,93,124); }
H1.HeaderClassName
{
color: #665D7C;
}
.AnyTagClassName
{
color: #665D7C;
}
</style>
background-color css
<style>
a { background-color: #665D7C; }
a { background-color: rgb(102,93,124); }
div.DivClassName
{
background-color: #665D7C;
}
.BgClassName
{
background-color: #665D7C;
}
</style>
border-color css
<style>
span { border-color: #665D7C; }
span { border-color: rgb(102,93,124); }
td.TdClassName
{
border-color: #665D7C;
}
.TagClassName
{
border-color: #665D7C;
}
</style>