Shades of Kimberly #6B597F
Tints of Kimberly #6B597F
RGB
CMYK
RGB Variations
Color information
#6B597F (or 0x6B597F) is known color: Kimberly. HEX triplet: 6B, 59 and 7F. RGB value is (107,89,127). Sum of RGB (Red+Green+Blue) = 107+89+127=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B597F is #94A680. Grayscale: #626262. Windows color (decimal): -9741953 or 8345963. OLE color: 8345963.
HSL color Cylindrical-coordinate representation of color #6B597F: hue angle of 268.42º 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 #6B597F is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 89 | 127 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.50 |
| HSL | 268.42º | 0.18% | 0.42% | - |
| HSV(B) | 268.42º | 0.3% | 0.5% | - |
| XYZ | 13.47 | 11.8 | 21.65 | - |
| YUV | 98.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 127 | 0.16 | 0.30 | 0 | 0.50 | 268.42 | 0.18 | 0.42 |
| Hex | 6B | 59 | 7F | 10 | 1E | 0 | 32 | 10C | 12 | 2A |
| Octal | 153 | 131 | 177 | 20 | 36 | 0 | 62 | 414 | 22 | 52 |
| Binary | 1101011 | 1011001 | 1111111 | 10000 | 11110 | 0 | 110010 | 100001100 | 10010 | 101010 |
Color Harmonies of #6B597F
Complementary color
Monochromatic Colors of #6B597F
Black with #6B597F
Text Example
Text Example
White with #6B597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B597F; }
p { color: rgb(107,89,127); }
H1.HeaderClassName
{
color: #6B597F;
}
.AnyTagClassName
{
color: #6B597F;
}
</style>
background-color css
<style>
a { background-color: #6B597F; }
a { background-color: rgb(107,89,127); }
div.DivClassName
{
background-color: #6B597F;
}
.BgClassName
{
background-color: #6B597F;
}
</style>
border-color css
<style>
span { border-color: #6B597F; }
span { border-color: rgb(107,89,127); }
td.TdClassName
{
border-color: #6B597F;
}
.TagClassName
{
border-color: #6B597F;
}
</style>