Shades of Kimberly #6B5D87
Tints of Kimberly #6B5D87
RGB
CMYK
RGB Variations
Color information
#6B5D87 (or 0x6B5D87) is known color: Kimberly. HEX triplet: 6B, 5D and 87. RGB value is (107,93,135). Sum of RGB (Red+Green+Blue) = 107+93+135=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B5D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5D87 is #94A278. Grayscale: #656565. Windows color (decimal): -9740921 or 8871275. OLE color: 8871275.
HSL color Cylindrical-coordinate representation of color #6B5D87: hue angle of 260º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B5D87 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 93 | 135 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.47 |
| HSL | 260º | 0.18% | 0.45% | - |
| HSV(B) | 260º | 0.31% | 0.53% | - |
| XYZ | 14.35 | 12.7 | 24.62 | - |
| YUV | 101.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 135 | 0.21 | 0.31 | 0 | 0.47 | 260 | 0.18 | 0.45 |
| Hex | 6B | 5D | 87 | 15 | 1F | 0 | 2F | 104 | 12 | 2D |
| Octal | 153 | 135 | 207 | 25 | 37 | 0 | 57 | 404 | 22 | 55 |
| Binary | 1101011 | 1011101 | 10000111 | 10101 | 11111 | 0 | 101111 | 100000100 | 10010 | 101101 |
Color Harmonies of #6B5D87
Complementary color
Monochromatic Colors of #6B5D87
Black with #6B5D87
Text Example
Text Example
White with #6B5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D87; }
p { color: rgb(107,93,135); }
H1.HeaderClassName
{
color: #6B5D87;
}
.AnyTagClassName
{
color: #6B5D87;
}
</style>
background-color css
<style>
a { background-color: #6B5D87; }
a { background-color: rgb(107,93,135); }
div.DivClassName
{
background-color: #6B5D87;
}
.BgClassName
{
background-color: #6B5D87;
}
</style>
border-color css
<style>
span { border-color: #6B5D87; }
span { border-color: rgb(107,93,135); }
td.TdClassName
{
border-color: #6B5D87;
}
.TagClassName
{
border-color: #6B5D87;
}
</style>