Shades of Kimberly #6E678A
Tints of Kimberly #6E678A
RGB
CMYK
RGB Variations
Color information
#6E678A (or 0x6E678A) is known color: Kimberly. HEX triplet: 6E, 67 and 8A. RGB value is (110,103,138). Sum of RGB (Red+Green+Blue) = 110+103+138=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E678A is #919875. Grayscale: #6C6C6C. Windows color (decimal): -9541750 or 9070446. OLE color: 9070446.
HSL color Cylindrical-coordinate representation of color #6E678A: hue angle of 252º degrees, saturation: 0.15, 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 #6E678A is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 103 | 138 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.46 |
| HSL | 252º | 0.15% | 0.47% | - |
| HSV(B) | 252º | 0.25% | 0.54% | - |
| XYZ | 15.87 | 14.85 | 26.07 | - |
| YUV | 109.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 138 | 0.20 | 0.25 | 0 | 0.46 | 252 | 0.15 | 0.47 |
| Hex | 6E | 67 | 8A | 14 | 19 | 0 | 2E | FC | F | 2F |
| Octal | 156 | 147 | 212 | 24 | 31 | 0 | 56 | 374 | 17 | 57 |
| Binary | 1101110 | 1100111 | 10001010 | 10100 | 11001 | 0 | 101110 | 11111100 | 1111 | 101111 |
Color Harmonies of #6E678A
Complementary color
Monochromatic Colors of #6E678A
Black with #6E678A
Text Example
Text Example
White with #6E678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E678A; }
p { color: rgb(110,103,138); }
H1.HeaderClassName
{
color: #6E678A;
}
.AnyTagClassName
{
color: #6E678A;
}
</style>
background-color css
<style>
a { background-color: #6E678A; }
a { background-color: rgb(110,103,138); }
div.DivClassName
{
background-color: #6E678A;
}
.BgClassName
{
background-color: #6E678A;
}
</style>
border-color css
<style>
span { border-color: #6E678A; }
span { border-color: rgb(110,103,138); }
td.TdClassName
{
border-color: #6E678A;
}
.TagClassName
{
border-color: #6E678A;
}
</style>