Shades of Kimberly #6E5E7F
Tints of Kimberly #6E5E7F
RGB
CMYK
RGB Variations
Color information
#6E5E7F (or 0x6E5E7F) is known color: Kimberly. HEX triplet: 6E, 5E and 7F. RGB value is (110,94,127). Sum of RGB (Red+Green+Blue) = 110+94+127=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E5E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E7F is #91A180. Grayscale: #666666. Windows color (decimal): -9544065 or 8347246. OLE color: 8347246.
HSL color Cylindrical-coordinate representation of color #6E5E7F: hue angle of 269.09º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5E7F is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
RGB | 110 | 94 | 127 | - |
CMYK | 0.13 | 0.26 | 0 | 0.50 |
HSL | 269.09º | 0.15% | 0.43% | - |
HSV(B) | 269.09º | 0.26% | 0.5% | - |
XYZ | 14.26 | 12.85 | 21.81 | - |
YUV | 102.55 | 141.8 | 133.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 94 | 127 | 0.13 | 0.26 | 0 | 0.50 | 269.09 | 0.15 | 0.43 |
Hex | 6E | 5E | 7F | D | 1A | 0 | 32 | 10D | F | 2B |
Octal | 156 | 136 | 177 | 15 | 32 | 0 | 62 | 415 | 17 | 53 |
Binary | 1101110 | 1011110 | 1111111 | 1101 | 11010 | 0 | 110010 | 100001101 | 1111 | 101011 |
Color Harmonies of #6E5E7F
Complementary color
Monochromatic Colors of #6E5E7F
Black with #6E5E7F
Text Example
Text Example
White with #6E5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5E7F; }
p { color: rgb(110,94,127); }
H1.HeaderClassName
{
color: #6E5E7F;
}
.AnyTagClassName
{
color: #6E5E7F;
}
</style>
background-color css
<style>
a { background-color: #6E5E7F; }
a { background-color: rgb(110,94,127); }
div.DivClassName
{
background-color: #6E5E7F;
}
.BgClassName
{
background-color: #6E5E7F;
}
</style>
border-color css
<style>
span { border-color: #6E5E7F; }
span { border-color: rgb(110,94,127); }
td.TdClassName
{
border-color: #6E5E7F;
}
.TagClassName
{
border-color: #6E5E7F;
}
</style>