Shades of Kimberly #6C627E
Tints of Kimberly #6C627E
RGB
CMYK
RGB Variations
Color information
#6C627E (or 0x6C627E) is known color: Kimberly. HEX triplet: 6C, 62 and 7E. RGB value is (108,98,126). Sum of RGB (Red+Green+Blue) = 108+98+126=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C627E is #939D81. Grayscale: #686868. Windows color (decimal): -9674114 or 8282732. OLE color: 8282732.
HSL color Cylindrical-coordinate representation of color #6C627E: hue angle of 261.43º 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 #6C627E is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 98 | 126 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.51 |
| HSL | 261.43º | 0.13% | 0.44% | - |
| HSV(B) | 261.43º | 0.22% | 0.49% | - |
| XYZ | 14.32 | 13.43 | 21.58 | - |
| YUV | 104.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 126 | 0.14 | 0.22 | 0 | 0.51 | 261.43 | 0.13 | 0.44 |
| Hex | 6C | 62 | 7E | E | 16 | 0 | 33 | 105 | C | 2C |
| Octal | 154 | 142 | 176 | 16 | 26 | 0 | 63 | 405 | 14 | 54 |
| Binary | 1101100 | 1100010 | 1111110 | 1110 | 10110 | 0 | 110011 | 100000101 | 1100 | 101100 |
Color Harmonies of #6C627E
Complementary color
Monochromatic Colors of #6C627E
Black with #6C627E
Text Example
Text Example
White with #6C627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C627E; }
p { color: rgb(108,98,126); }
H1.HeaderClassName
{
color: #6C627E;
}
.AnyTagClassName
{
color: #6C627E;
}
</style>
background-color css
<style>
a { background-color: #6C627E; }
a { background-color: rgb(108,98,126); }
div.DivClassName
{
background-color: #6C627E;
}
.BgClassName
{
background-color: #6C627E;
}
</style>
border-color css
<style>
span { border-color: #6C627E; }
span { border-color: rgb(108,98,126); }
td.TdClassName
{
border-color: #6C627E;
}
.TagClassName
{
border-color: #6C627E;
}
</style>