Shades of Kimberly #6C6385
Tints of Kimberly #6C6385
RGB
CMYK
RGB Variations
Color information
#6C6385 (or 0x6C6385) is known color: Kimberly. HEX triplet: 6C, 63 and 85. RGB value is (108,99,133). Sum of RGB (Red+Green+Blue) = 108+99+133=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6385 is #939C7A. Grayscale: #696969. Windows color (decimal): -9673851 or 8741740. OLE color: 8741740.
HSL color Cylindrical-coordinate representation of color #6C6385: hue angle of 255.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C6385 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 99 | 133 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.48 |
| HSL | 255.88º | 0.15% | 0.45% | - |
| HSV(B) | 255.88º | 0.26% | 0.52% | - |
| XYZ | 14.88 | 13.81 | 24.07 | - |
| YUV | 105.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 133 | 0.19 | 0.26 | 0 | 0.48 | 255.88 | 0.15 | 0.45 |
| Hex | 6C | 63 | 85 | 13 | 1A | 0 | 30 | 100 | F | 2D |
| Octal | 154 | 143 | 205 | 23 | 32 | 0 | 60 | 400 | 17 | 55 |
| Binary | 1101100 | 1100011 | 10000101 | 10011 | 11010 | 0 | 110000 | 100000000 | 1111 | 101101 |
Color Harmonies of #6C6385
Complementary color
Monochromatic Colors of #6C6385
Black with #6C6385
Text Example
Text Example
White with #6C6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6385; }
p { color: rgb(108,99,133); }
H1.HeaderClassName
{
color: #6C6385;
}
.AnyTagClassName
{
color: #6C6385;
}
</style>
background-color css
<style>
a { background-color: #6C6385; }
a { background-color: rgb(108,99,133); }
div.DivClassName
{
background-color: #6C6385;
}
.BgClassName
{
background-color: #6C6385;
}
</style>
border-color css
<style>
span { border-color: #6C6385; }
span { border-color: rgb(108,99,133); }
td.TdClassName
{
border-color: #6C6385;
}
.TagClassName
{
border-color: #6C6385;
}
</style>