Shades of Kimberly #6E6180
Tints of Kimberly #6E6180
RGB
CMYK
RGB Variations
Color information
#6E6180 (or 0x6E6180) is known color: Kimberly. HEX triplet: 6E, 61 and 80. RGB value is (110,97,128). Sum of RGB (Red+Green+Blue) = 110+97+128=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E6180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6180 is #919E7F. Grayscale: #686868. Windows color (decimal): -9543296 or 8413550. OLE color: 8413550.
HSL color Cylindrical-coordinate representation of color #6E6180: hue angle of 265.16º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E6180 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 97 | 128 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.50 |
| HSL | 265.16º | 0.14% | 0.44% | - |
| HSV(B) | 265.16º | 0.24% | 0.5% | - |
| XYZ | 14.6 | 13.42 | 22.24 | - |
| YUV | 104.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 128 | 0.14 | 0.24 | 0 | 0.50 | 265.16 | 0.14 | 0.44 |
| Hex | 6E | 61 | 80 | E | 18 | 0 | 32 | 109 | E | 2C |
| Octal | 156 | 141 | 200 | 16 | 30 | 0 | 62 | 411 | 16 | 54 |
| Binary | 1101110 | 1100001 | 10000000 | 1110 | 11000 | 0 | 110010 | 100001001 | 1110 | 101100 |
Color Harmonies of #6E6180
Complementary color
Monochromatic Colors of #6E6180
Black with #6E6180
Text Example
Text Example
White with #6E6180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6180; }
p { color: rgb(110,97,128); }
H1.HeaderClassName
{
color: #6E6180;
}
.AnyTagClassName
{
color: #6E6180;
}
</style>
background-color css
<style>
a { background-color: #6E6180; }
a { background-color: rgb(110,97,128); }
div.DivClassName
{
background-color: #6E6180;
}
.BgClassName
{
background-color: #6E6180;
}
</style>
border-color css
<style>
span { border-color: #6E6180; }
span { border-color: rgb(110,97,128); }
td.TdClassName
{
border-color: #6E6180;
}
.TagClassName
{
border-color: #6E6180;
}
</style>