Shades of Kimberly #66597F
Tints of Kimberly #66597F
RGB
CMYK
RGB Variations
Color information
#66597F (or 0x66597F) is known color: Kimberly. HEX triplet: 66, 59 and 7F. RGB value is (102,89,127). Sum of RGB (Red+Green+Blue) = 102+89+127=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #66597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66597F is #99A680. Grayscale: #616161. Windows color (decimal): -10069633 or 8345958. OLE color: 8345958.
HSL color Cylindrical-coordinate representation of color #66597F: hue angle of 260.53º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66597F is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 89 | 127 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.50 |
| HSL | 260.53º | 0.18% | 0.42% | - |
| HSV(B) | 260.53º | 0.3% | 0.5% | - |
| XYZ | 12.88 | 11.5 | 21.62 | - |
| YUV | 97.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 127 | 0.20 | 0.30 | 0 | 0.50 | 260.53 | 0.18 | 0.42 |
| Hex | 66 | 59 | 7F | 14 | 1E | 0 | 32 | 105 | 12 | 2A |
| Octal | 146 | 131 | 177 | 24 | 36 | 0 | 62 | 405 | 22 | 52 |
| Binary | 1100110 | 1011001 | 1111111 | 10100 | 11110 | 0 | 110010 | 100000101 | 10010 | 101010 |
Color Harmonies of #66597F
Complementary color
Monochromatic Colors of #66597F
Black with #66597F
Text Example
Text Example
White with #66597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66597F; }
p { color: rgb(102,89,127); }
H1.HeaderClassName
{
color: #66597F;
}
.AnyTagClassName
{
color: #66597F;
}
</style>
background-color css
<style>
a { background-color: #66597F; }
a { background-color: rgb(102,89,127); }
div.DivClassName
{
background-color: #66597F;
}
.BgClassName
{
background-color: #66597F;
}
</style>
border-color css
<style>
span { border-color: #66597F; }
span { border-color: rgb(102,89,127); }
td.TdClassName
{
border-color: #66597F;
}
.TagClassName
{
border-color: #66597F;
}
</style>