Shades of Kimberly #6E5E82
Tints of Kimberly #6E5E82
RGB
CMYK
RGB Variations
Color information
#6E5E82 (or 0x6E5E82) is known color: Kimberly. HEX triplet: 6E, 5E and 82. RGB value is (110,94,130). Sum of RGB (Red+Green+Blue) = 110+94+130=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E5E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5E82 is #91A17D. Grayscale: #666666. Windows color (decimal): -9544062 or 8543854. OLE color: 8543854.
HSL color Cylindrical-coordinate representation of color #6E5E82: hue angle of 266.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E5E82 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 110 | 94 | 130 | - |
CMYK | 0.15 | 0.28 | 0 | 0.49 |
HSL | 266.67º | 0.16% | 0.44% | - |
HSV(B) | 266.67º | 0.28% | 0.51% | - |
XYZ | 14.46 | 12.93 | 22.85 | - |
YUV | 102.89 | 143.3 | 133.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 94 | 130 | 0.15 | 0.28 | 0 | 0.49 | 266.67 | 0.16 | 0.44 |
Hex | 6E | 5E | 82 | F | 1C | 0 | 31 | 10B | 10 | 2C |
Octal | 156 | 136 | 202 | 17 | 34 | 0 | 61 | 413 | 20 | 54 |
Binary | 1101110 | 1011110 | 10000010 | 1111 | 11100 | 0 | 110001 | 100001011 | 10000 | 101100 |
Color Harmonies of #6E5E82
Complementary color
Monochromatic Colors of #6E5E82
Black with #6E5E82
Text Example
Text Example
White with #6E5E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E82; }
p { color: rgb(110,94,130); }
H1.HeaderClassName
{
color: #6E5E82;
}
.AnyTagClassName
{
color: #6E5E82;
}
</style>
background-color css
<style>
a { background-color: #6E5E82; }
a { background-color: rgb(110,94,130); }
div.DivClassName
{
background-color: #6E5E82;
}
.BgClassName
{
background-color: #6E5E82;
}
</style>
border-color css
<style>
span { border-color: #6E5E82; }
span { border-color: rgb(110,94,130); }
td.TdClassName
{
border-color: #6E5E82;
}
.TagClassName
{
border-color: #6E5E82;
}
</style>