Shades of Kimberly #6A617A
Tints of Kimberly #6A617A
RGB
CMYK
RGB Variations
Color information
#6A617A (or 0x6A617A) is known color: Kimberly. HEX triplet: 6A, 61 and 7A. RGB value is (106,97,122). Sum of RGB (Red+Green+Blue) = 106+97+122=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A617A is #959E85. Grayscale: #666666. Windows color (decimal): -9805446 or 8020330. OLE color: 8020330.
HSL color Cylindrical-coordinate representation of color #6A617A: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A617A is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 97 | 122 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.52 |
| HSL | 261.6º | 0.11% | 0.43% | - |
| HSV(B) | 261.6º | 0.2% | 0.48% | - |
| XYZ | 13.73 | 13.02 | 20.2 | - |
| YUV | 102.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 122 | 0.13 | 0.20 | 0 | 0.52 | 261.6 | 0.11 | 0.43 |
| Hex | 6A | 61 | 7A | D | 14 | 0 | 34 | 106 | B | 2B |
| Octal | 152 | 141 | 172 | 15 | 24 | 0 | 64 | 406 | 13 | 53 |
| Binary | 1101010 | 1100001 | 1111010 | 1101 | 10100 | 0 | 110100 | 100000110 | 1011 | 101011 |
Color Harmonies of #6A617A
Complementary color
Monochromatic Colors of #6A617A
Black with #6A617A
Text Example
Text Example
White with #6A617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A617A; }
p { color: rgb(106,97,122); }
H1.HeaderClassName
{
color: #6A617A;
}
.AnyTagClassName
{
color: #6A617A;
}
</style>
background-color css
<style>
a { background-color: #6A617A; }
a { background-color: rgb(106,97,122); }
div.DivClassName
{
background-color: #6A617A;
}
.BgClassName
{
background-color: #6A617A;
}
</style>
border-color css
<style>
span { border-color: #6A617A; }
span { border-color: rgb(106,97,122); }
td.TdClassName
{
border-color: #6A617A;
}
.TagClassName
{
border-color: #6A617A;
}
</style>