Shades of Kimberly #6E608A
Tints of Kimberly #6E608A
RGB
CMYK
RGB Variations
Color information
#6E608A (or 0x6E608A) is known color: Kimberly. HEX triplet: 6E, 60 and 8A. RGB value is (110,96,138). Sum of RGB (Red+Green+Blue) = 110+96+138=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E608A is #919F75. Grayscale: #686868. Windows color (decimal): -9543542 or 9068654. OLE color: 9068654.
HSL color Cylindrical-coordinate representation of color #6E608A: hue angle of 260º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E608A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 96 | 138 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.46 |
| HSL | 260º | 0.18% | 0.46% | - |
| HSV(B) | 260º | 0.3% | 0.54% | - |
| XYZ | 15.2 | 13.52 | 25.85 | - |
| YUV | 104.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 138 | 0.20 | 0.30 | 0 | 0.46 | 260 | 0.18 | 0.46 |
| Hex | 6E | 60 | 8A | 14 | 1E | 0 | 2E | 104 | 12 | 2E |
| Octal | 156 | 140 | 212 | 24 | 36 | 0 | 56 | 404 | 22 | 56 |
| Binary | 1101110 | 1100000 | 10001010 | 10100 | 11110 | 0 | 101110 | 100000100 | 10010 | 101110 |
Color Harmonies of #6E608A
Complementary color
Monochromatic Colors of #6E608A
Black with #6E608A
Text Example
Text Example
White with #6E608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E608A; }
p { color: rgb(110,96,138); }
H1.HeaderClassName
{
color: #6E608A;
}
.AnyTagClassName
{
color: #6E608A;
}
</style>
background-color css
<style>
a { background-color: #6E608A; }
a { background-color: rgb(110,96,138); }
div.DivClassName
{
background-color: #6E608A;
}
.BgClassName
{
background-color: #6E608A;
}
</style>
border-color css
<style>
span { border-color: #6E608A; }
span { border-color: rgb(110,96,138); }
td.TdClassName
{
border-color: #6E608A;
}
.TagClassName
{
border-color: #6E608A;
}
</style>