Shades of Kimberly #6E6587
Tints of Kimberly #6E6587
RGB
CMYK
RGB Variations
Color information
#6E6587 (or 0x6E6587) is known color: Kimberly. HEX triplet: 6E, 65 and 87. RGB value is (110,101,135). Sum of RGB (Red+Green+Blue) = 110+101+135=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6587 is #919A78. Grayscale: #6B6B6B. Windows color (decimal): -9542265 or 8873326. OLE color: 8873326.
HSL color Cylindrical-coordinate representation of color #6E6587: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6587 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 101 | 135 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.47 |
| HSL | 255.88º | 0.14% | 0.46% | - |
| HSV(B) | 255.88º | 0.25% | 0.53% | - |
| XYZ | 15.46 | 14.37 | 24.88 | - |
| YUV | 107.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 135 | 0.19 | 0.25 | 0 | 0.47 | 255.88 | 0.14 | 0.46 |
| Hex | 6E | 65 | 87 | 13 | 19 | 0 | 2F | 100 | E | 2E |
| Octal | 156 | 145 | 207 | 23 | 31 | 0 | 57 | 400 | 16 | 56 |
| Binary | 1101110 | 1100101 | 10000111 | 10011 | 11001 | 0 | 101111 | 100000000 | 1110 | 101110 |
Color Harmonies of #6E6587
Complementary color
Monochromatic Colors of #6E6587
Black with #6E6587
Text Example
Text Example
White with #6E6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6587; }
p { color: rgb(110,101,135); }
H1.HeaderClassName
{
color: #6E6587;
}
.AnyTagClassName
{
color: #6E6587;
}
</style>
background-color css
<style>
a { background-color: #6E6587; }
a { background-color: rgb(110,101,135); }
div.DivClassName
{
background-color: #6E6587;
}
.BgClassName
{
background-color: #6E6587;
}
</style>
border-color css
<style>
span { border-color: #6E6587; }
span { border-color: rgb(110,101,135); }
td.TdClassName
{
border-color: #6E6587;
}
.TagClassName
{
border-color: #6E6587;
}
</style>