Shades of Kimberly #66597A
Tints of Kimberly #66597A
RGB
CMYK
RGB Variations
Color information
#66597A (or 0x66597A) is known color: Kimberly. HEX triplet: 66, 59 and 7A. RGB value is (102,89,122). Sum of RGB (Red+Green+Blue) = 102+89+122=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #66597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66597A is #99A685. Grayscale: #606060. Windows color (decimal): -10069638 or 8018278. OLE color: 8018278.
HSL color Cylindrical-coordinate representation of color #66597A: hue angle of 263.64º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66597A is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 89 | 122 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.52 |
| HSL | 263.64º | 0.16% | 0.41% | - |
| HSV(B) | 263.64º | 0.27% | 0.48% | - |
| XYZ | 12.56 | 11.37 | 19.95 | - |
| YUV | 96.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 122 | 0.16 | 0.27 | 0 | 0.52 | 263.64 | 0.16 | 0.41 |
| Hex | 66 | 59 | 7A | 10 | 1B | 0 | 34 | 108 | 10 | 29 |
| Octal | 146 | 131 | 172 | 20 | 33 | 0 | 64 | 410 | 20 | 51 |
| Binary | 1100110 | 1011001 | 1111010 | 10000 | 11011 | 0 | 110100 | 100001000 | 10000 | 101001 |
Color Harmonies of #66597A
Complementary color
Monochromatic Colors of #66597A
Black with #66597A
Text Example
Text Example
White with #66597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66597A; }
p { color: rgb(102,89,122); }
H1.HeaderClassName
{
color: #66597A;
}
.AnyTagClassName
{
color: #66597A;
}
</style>
background-color css
<style>
a { background-color: #66597A; }
a { background-color: rgb(102,89,122); }
div.DivClassName
{
background-color: #66597A;
}
.BgClassName
{
background-color: #66597A;
}
</style>
border-color css
<style>
span { border-color: #66597A; }
span { border-color: rgb(102,89,122); }
td.TdClassName
{
border-color: #66597A;
}
.TagClassName
{
border-color: #66597A;
}
</style>