Shades of Kimberly #6C6387
Tints of Kimberly #6C6387
RGB
CMYK
RGB Variations
Color information
#6C6387 (or 0x6C6387) is known color: Kimberly. HEX triplet: 6C, 63 and 87. RGB value is (108,99,135). Sum of RGB (Red+Green+Blue) = 108+99+135=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C6387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6387 is #939C78. Grayscale: #696969. Windows color (decimal): -9673849 or 8872812. OLE color: 8872812.
HSL color Cylindrical-coordinate representation of color #6C6387: hue angle of 255º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C6387 is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 99 | 135 | - |
| CMYK | 0.2 | 0.27 | 0 | 0.47 |
| HSL | 255º | 0.15% | 0.46% | - |
| HSV(B) | 255º | 0.27% | 0.53% | - |
| XYZ | 15.02 | 13.86 | 24.81 | - |
| YUV | 105.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 99 | 135 | 0.2 | 0.27 | 0 | 0.47 | 255 | 0.15 | 0.46 |
| Hex | 6C | 63 | 87 | 14 | 1B | 0 | 2F | FF | F | 2E |
| Octal | 154 | 143 | 207 | 24 | 33 | 0 | 57 | 377 | 17 | 56 |
| Binary | 1101100 | 1100011 | 10000111 | 10100 | 11011 | 0 | 101111 | 11111111 | 1111 | 101110 |
Color Harmonies of #6C6387
Complementary color
Monochromatic Colors of #6C6387
Black with #6C6387
Text Example
Text Example
White with #6C6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6387; }
p { color: rgb(108,99,135); }
H1.HeaderClassName
{
color: #6C6387;
}
.AnyTagClassName
{
color: #6C6387;
}
</style>
background-color css
<style>
a { background-color: #6C6387; }
a { background-color: rgb(108,99,135); }
div.DivClassName
{
background-color: #6C6387;
}
.BgClassName
{
background-color: #6C6387;
}
</style>
border-color css
<style>
span { border-color: #6C6387; }
span { border-color: rgb(108,99,135); }
td.TdClassName
{
border-color: #6C6387;
}
.TagClassName
{
border-color: #6C6387;
}
</style>