Shades of Kimberly #6E627E
Tints of Kimberly #6E627E
RGB
CMYK
RGB Variations
Color information
#6E627E (or 0x6E627E) is known color: Kimberly. HEX triplet: 6E, 62 and 7E. RGB value is (110,98,126). Sum of RGB (Red+Green+Blue) = 110+98+126=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E627E is #919D81. Grayscale: #686868. Windows color (decimal): -9543042 or 8282734. OLE color: 8282734.
HSL color Cylindrical-coordinate representation of color #6E627E: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E627E is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 98 | 126 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.51 |
| HSL | 265.71º | 0.13% | 0.44% | - |
| HSV(B) | 265.71º | 0.22% | 0.49% | - |
| XYZ | 14.56 | 13.56 | 21.59 | - |
| YUV | 104.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 126 | 0.13 | 0.22 | 0 | 0.51 | 265.71 | 0.13 | 0.44 |
| Hex | 6E | 62 | 7E | D | 16 | 0 | 33 | 10A | C | 2C |
| Octal | 156 | 142 | 176 | 15 | 26 | 0 | 63 | 412 | 14 | 54 |
| Binary | 1101110 | 1100010 | 1111110 | 1101 | 10110 | 0 | 110011 | 100001010 | 1100 | 101100 |
Color Harmonies of #6E627E
Complementary color
Monochromatic Colors of #6E627E
Black with #6E627E
Text Example
Text Example
White with #6E627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E627E; }
p { color: rgb(110,98,126); }
H1.HeaderClassName
{
color: #6E627E;
}
.AnyTagClassName
{
color: #6E627E;
}
</style>
background-color css
<style>
a { background-color: #6E627E; }
a { background-color: rgb(110,98,126); }
div.DivClassName
{
background-color: #6E627E;
}
.BgClassName
{
background-color: #6E627E;
}
</style>
border-color css
<style>
span { border-color: #6E627E; }
span { border-color: rgb(110,98,126); }
td.TdClassName
{
border-color: #6E627E;
}
.TagClassName
{
border-color: #6E627E;
}
</style>