Shades of Kimberly #6D607E
Tints of Kimberly #6D607E
RGB
CMYK
RGB Variations
Color information
#6D607E (or 0x6D607E) is known color: Kimberly. HEX triplet: 6D, 60 and 7E. RGB value is (109,96,126). Sum of RGB (Red+Green+Blue) = 109+96+126=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D607E is #929F81. Grayscale: #676767. Windows color (decimal): -9609090 or 8282221. OLE color: 8282221.
HSL color Cylindrical-coordinate representation of color #6D607E: hue angle of 266º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D607E is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 96 | 126 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.51 |
| HSL | 266º | 0.14% | 0.44% | - |
| HSV(B) | 266º | 0.24% | 0.49% | - |
| XYZ | 14.26 | 13.12 | 21.52 | - |
| YUV | 103.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 126 | 0.13 | 0.24 | 0 | 0.51 | 266 | 0.14 | 0.44 |
| Hex | 6D | 60 | 7E | D | 18 | 0 | 33 | 10A | E | 2C |
| Octal | 155 | 140 | 176 | 15 | 30 | 0 | 63 | 412 | 16 | 54 |
| Binary | 1101101 | 1100000 | 1111110 | 1101 | 11000 | 0 | 110011 | 100001010 | 1110 | 101100 |
Color Harmonies of #6D607E
Complementary color
Monochromatic Colors of #6D607E
Black with #6D607E
Text Example
Text Example
White with #6D607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D607E; }
p { color: rgb(109,96,126); }
H1.HeaderClassName
{
color: #6D607E;
}
.AnyTagClassName
{
color: #6D607E;
}
</style>
background-color css
<style>
a { background-color: #6D607E; }
a { background-color: rgb(109,96,126); }
div.DivClassName
{
background-color: #6D607E;
}
.BgClassName
{
background-color: #6D607E;
}
</style>
border-color css
<style>
span { border-color: #6D607E; }
span { border-color: rgb(109,96,126); }
td.TdClassName
{
border-color: #6D607E;
}
.TagClassName
{
border-color: #6D607E;
}
</style>