Shades of Kimberly #6E688A
Tints of Kimberly #6E688A
RGB
CMYK
RGB Variations
Color information
#6E688A (or 0x6E688A) is known color: Kimberly. HEX triplet: 6E, 68 and 8A. RGB value is (110,104,138). Sum of RGB (Red+Green+Blue) = 110+104+138=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E688A is #919775. Grayscale: #6D6D6D. Windows color (decimal): -9541494 or 9070702. OLE color: 9070702.
HSL color Cylindrical-coordinate representation of color #6E688A: hue angle of 250.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E688A is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 104 | 138 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.46 |
| HSL | 250.59º | 0.14% | 0.47% | - |
| HSV(B) | 250.59º | 0.25% | 0.54% | - |
| XYZ | 15.97 | 15.05 | 26.11 | - |
| YUV | 109.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 138 | 0.20 | 0.25 | 0 | 0.46 | 250.59 | 0.14 | 0.47 |
| Hex | 6E | 68 | 8A | 14 | 19 | 0 | 2E | FB | E | 2F |
| Octal | 156 | 150 | 212 | 24 | 31 | 0 | 56 | 373 | 16 | 57 |
| Binary | 1101110 | 1101000 | 10001010 | 10100 | 11001 | 0 | 101110 | 11111011 | 1110 | 101111 |
Color Harmonies of #6E688A
Complementary color
Monochromatic Colors of #6E688A
Black with #6E688A
Text Example
Text Example
White with #6E688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E688A; }
p { color: rgb(110,104,138); }
H1.HeaderClassName
{
color: #6E688A;
}
.AnyTagClassName
{
color: #6E688A;
}
</style>
background-color css
<style>
a { background-color: #6E688A; }
a { background-color: rgb(110,104,138); }
div.DivClassName
{
background-color: #6E688A;
}
.BgClassName
{
background-color: #6E688A;
}
</style>
border-color css
<style>
span { border-color: #6E688A; }
span { border-color: rgb(110,104,138); }
td.TdClassName
{
border-color: #6E688A;
}
.TagClassName
{
border-color: #6E688A;
}
</style>