Shades of Kimberly #6A597B
Tints of Kimberly #6A597B
RGB
CMYK
RGB Variations
Color information
#6A597B (or 0x6A597B) is known color: Kimberly. HEX triplet: 6A, 59 and 7B. RGB value is (106,89,123). Sum of RGB (Red+Green+Blue) = 106+89+123=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A597B is #95A684. Grayscale: #616161. Windows color (decimal): -9807493 or 8083818. OLE color: 8083818.
HSL color Cylindrical-coordinate representation of color #6A597B: hue angle of 270º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A597B is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 89 | 123 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.52 |
| HSL | 270º | 0.16% | 0.42% | - |
| HSV(B) | 270º | 0.28% | 0.48% | - |
| XYZ | 13.09 | 11.64 | 20.3 | - |
| YUV | 97.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 123 | 0.14 | 0.28 | 0 | 0.52 | 270 | 0.16 | 0.42 |
| Hex | 6A | 59 | 7B | E | 1C | 0 | 34 | 10E | 10 | 2A |
| Octal | 152 | 131 | 173 | 16 | 34 | 0 | 64 | 416 | 20 | 52 |
| Binary | 1101010 | 1011001 | 1111011 | 1110 | 11100 | 0 | 110100 | 100001110 | 10000 | 101010 |
Color Harmonies of #6A597B
Complementary color
Monochromatic Colors of #6A597B
Black with #6A597B
Text Example
Text Example
White with #6A597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A597B; }
p { color: rgb(106,89,123); }
H1.HeaderClassName
{
color: #6A597B;
}
.AnyTagClassName
{
color: #6A597B;
}
</style>
background-color css
<style>
a { background-color: #6A597B; }
a { background-color: rgb(106,89,123); }
div.DivClassName
{
background-color: #6A597B;
}
.BgClassName
{
background-color: #6A597B;
}
</style>
border-color css
<style>
span { border-color: #6A597B; }
span { border-color: rgb(106,89,123); }
td.TdClassName
{
border-color: #6A597B;
}
.TagClassName
{
border-color: #6A597B;
}
</style>