Shades of Kimberly #6E6A8A
Tints of Kimberly #6E6A8A
RGB
CMYK
RGB Variations
Color information
#6E6A8A (or 0x6E6A8A) is known color: Kimberly. HEX triplet: 6E, 6A and 8A. RGB value is (110,106,138). Sum of RGB (Red+Green+Blue) = 110+106+138=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E6A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6A8A is #919575. Grayscale: #6E6E6E. Windows color (decimal): -9540982 or 9071214. OLE color: 9071214.
HSL color Cylindrical-coordinate representation of color #6E6A8A: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E6A8A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 106 | 138 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.46 |
| HSL | 247.5º | 0.13% | 0.48% | - |
| HSV(B) | 247.5º | 0.23% | 0.54% | - |
| XYZ | 16.17 | 15.46 | 26.18 | - |
| YUV | 110.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 138 | 0.20 | 0.23 | 0 | 0.46 | 247.5 | 0.13 | 0.48 |
| Hex | 6E | 6A | 8A | 14 | 17 | 0 | 2E | F8 | D | 30 |
| Octal | 156 | 152 | 212 | 24 | 27 | 0 | 56 | 370 | 15 | 60 |
| Binary | 1101110 | 1101010 | 10001010 | 10100 | 10111 | 0 | 101110 | 11111000 | 1101 | 110000 |
Color Harmonies of #6E6A8A
Complementary color
Monochromatic Colors of #6E6A8A
Black with #6E6A8A
Text Example
Text Example
White with #6E6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A8A; }
p { color: rgb(110,106,138); }
H1.HeaderClassName
{
color: #6E6A8A;
}
.AnyTagClassName
{
color: #6E6A8A;
}
</style>
background-color css
<style>
a { background-color: #6E6A8A; }
a { background-color: rgb(110,106,138); }
div.DivClassName
{
background-color: #6E6A8A;
}
.BgClassName
{
background-color: #6E6A8A;
}
</style>
border-color css
<style>
span { border-color: #6E6A8A; }
span { border-color: rgb(110,106,138); }
td.TdClassName
{
border-color: #6E6A8A;
}
.TagClassName
{
border-color: #6E6A8A;
}
</style>