Shades of Kimberly #6C6587
Tints of Kimberly #6C6587
RGB
CMYK
RGB Variations
Color information
#6C6587 (or 0x6C6587) is known color: Kimberly. HEX triplet: 6C, 65 and 87. RGB value is (108,101,135). Sum of RGB (Red+Green+Blue) = 108+101+135=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6587 is #939A78. Grayscale: #6A6A6A. Windows color (decimal): -9673337 or 8873324. OLE color: 8873324.
HSL color Cylindrical-coordinate representation of color #6C6587: hue angle of 252.35º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C6587 is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 101 | 135 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.47 |
| HSL | 252.35º | 0.14% | 0.46% | - |
| HSV(B) | 252.35º | 0.25% | 0.53% | - |
| XYZ | 15.21 | 14.24 | 24.87 | - |
| YUV | 106.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 135 | 0.2 | 0.25 | 0 | 0.47 | 252.35 | 0.14 | 0.46 |
| Hex | 6C | 65 | 87 | 14 | 19 | 0 | 2F | FC | E | 2E |
| Octal | 154 | 145 | 207 | 24 | 31 | 0 | 57 | 374 | 16 | 56 |
| Binary | 1101100 | 1100101 | 10000111 | 10100 | 11001 | 0 | 101111 | 11111100 | 1110 | 101110 |
Color Harmonies of #6C6587
Complementary color
Monochromatic Colors of #6C6587
Black with #6C6587
Text Example
Text Example
White with #6C6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6587; }
p { color: rgb(108,101,135); }
H1.HeaderClassName
{
color: #6C6587;
}
.AnyTagClassName
{
color: #6C6587;
}
</style>
background-color css
<style>
a { background-color: #6C6587; }
a { background-color: rgb(108,101,135); }
div.DivClassName
{
background-color: #6C6587;
}
.BgClassName
{
background-color: #6C6587;
}
</style>
border-color css
<style>
span { border-color: #6C6587; }
span { border-color: rgb(108,101,135); }
td.TdClassName
{
border-color: #6C6587;
}
.TagClassName
{
border-color: #6C6587;
}
</style>