Shades of Kimberly #6C638E
Tints of Kimberly #6C638E
RGB
CMYK
RGB Variations
Color information
#6C638E (or 0x6C638E) is known color: Kimberly. HEX triplet: 6C, 63 and 8E. RGB value is (108,99,142). Sum of RGB (Red+Green+Blue) = 108+99+142=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C638E is #939C71. Grayscale: #6A6A6A. Windows color (decimal): -9673842 or 9331564. OLE color: 9331564.
HSL color Cylindrical-coordinate representation of color #6C638E: hue angle of 252.56º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C638E is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 99 | 142 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.44 |
| HSL | 252.56º | 0.18% | 0.47% | - |
| HSV(B) | 252.56º | 0.3% | 0.56% | - |
| XYZ | 15.53 | 14.06 | 27.49 | - |
| YUV | 106.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 142 | 0.24 | 0.30 | 0 | 0.44 | 252.56 | 0.18 | 0.47 |
| Hex | 6C | 63 | 8E | 18 | 1E | 0 | 2C | FD | 12 | 2F |
| Octal | 154 | 143 | 216 | 30 | 36 | 0 | 54 | 375 | 22 | 57 |
| Binary | 1101100 | 1100011 | 10001110 | 11000 | 11110 | 0 | 101100 | 11111101 | 10010 | 101111 |
Color Harmonies of #6C638E
Complementary color
Monochromatic Colors of #6C638E
Black with #6C638E
Text Example
Text Example
White with #6C638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C638E; }
p { color: rgb(108,99,142); }
H1.HeaderClassName
{
color: #6C638E;
}
.AnyTagClassName
{
color: #6C638E;
}
</style>
background-color css
<style>
a { background-color: #6C638E; }
a { background-color: rgb(108,99,142); }
div.DivClassName
{
background-color: #6C638E;
}
.BgClassName
{
background-color: #6C638E;
}
</style>
border-color css
<style>
span { border-color: #6C638E; }
span { border-color: rgb(108,99,142); }
td.TdClassName
{
border-color: #6C638E;
}
.TagClassName
{
border-color: #6C638E;
}
</style>