Shades of Kimberly #6E6088
Tints of Kimberly #6E6088
RGB
CMYK
RGB Variations
Color information
#6E6088 (or 0x6E6088) is known color: Kimberly. HEX triplet: 6E, 60 and 88. RGB value is (110,96,136). Sum of RGB (Red+Green+Blue) = 110+96+136=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E6088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6088 is #919F77. Grayscale: #686868. Windows color (decimal): -9543544 or 8937582. OLE color: 8937582.
HSL color Cylindrical-coordinate representation of color #6E6088: hue angle of 261º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E6088 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 96 | 136 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.47 |
| HSL | 261º | 0.17% | 0.45% | - |
| HSV(B) | 261º | 0.29% | 0.53% | - |
| XYZ | 15.06 | 13.46 | 25.1 | - |
| YUV | 104.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 136 | 0.19 | 0.29 | 0 | 0.47 | 261 | 0.17 | 0.45 |
| Hex | 6E | 60 | 88 | 13 | 1D | 0 | 2F | 105 | 11 | 2D |
| Octal | 156 | 140 | 210 | 23 | 35 | 0 | 57 | 405 | 21 | 55 |
| Binary | 1101110 | 1100000 | 10001000 | 10011 | 11101 | 0 | 101111 | 100000101 | 10001 | 101101 |
Color Harmonies of #6E6088
Complementary color
Monochromatic Colors of #6E6088
Black with #6E6088
Text Example
Text Example
White with #6E6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6088; }
p { color: rgb(110,96,136); }
H1.HeaderClassName
{
color: #6E6088;
}
.AnyTagClassName
{
color: #6E6088;
}
</style>
background-color css
<style>
a { background-color: #6E6088; }
a { background-color: rgb(110,96,136); }
div.DivClassName
{
background-color: #6E6088;
}
.BgClassName
{
background-color: #6E6088;
}
</style>
border-color css
<style>
span { border-color: #6E6088; }
span { border-color: rgb(110,96,136); }
td.TdClassName
{
border-color: #6E6088;
}
.TagClassName
{
border-color: #6E6088;
}
</style>