Shades of Kimberly #6B5B87
Tints of Kimberly #6B5B87
RGB
CMYK
RGB Variations
Color information
#6B5B87 (or 0x6B5B87) is known color: Kimberly. HEX triplet: 6B, 5B and 87. RGB value is (107,91,135). Sum of RGB (Red+Green+Blue) = 107+91+135=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B5B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5B87 is #94A478. Grayscale: #646464. Windows color (decimal): -9741433 or 8870763. OLE color: 8870763.
HSL color Cylindrical-coordinate representation of color #6B5B87: hue angle of 261.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B5B87 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 91 | 135 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.47 |
| HSL | 261.82º | 0.19% | 0.44% | - |
| HSV(B) | 261.82º | 0.33% | 0.53% | - |
| XYZ | 14.18 | 12.36 | 24.56 | - |
| YUV | 100.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 135 | 0.21 | 0.33 | 0 | 0.47 | 261.82 | 0.19 | 0.44 |
| Hex | 6B | 5B | 87 | 15 | 21 | 0 | 2F | 106 | 13 | 2C |
| Octal | 153 | 133 | 207 | 25 | 41 | 0 | 57 | 406 | 23 | 54 |
| Binary | 1101011 | 1011011 | 10000111 | 10101 | 100001 | 0 | 101111 | 100000110 | 10011 | 101100 |
Color Harmonies of #6B5B87
Complementary color
Monochromatic Colors of #6B5B87
Black with #6B5B87
Text Example
Text Example
White with #6B5B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B87; }
p { color: rgb(107,91,135); }
H1.HeaderClassName
{
color: #6B5B87;
}
.AnyTagClassName
{
color: #6B5B87;
}
</style>
background-color css
<style>
a { background-color: #6B5B87; }
a { background-color: rgb(107,91,135); }
div.DivClassName
{
background-color: #6B5B87;
}
.BgClassName
{
background-color: #6B5B87;
}
</style>
border-color css
<style>
span { border-color: #6B5B87; }
span { border-color: rgb(107,91,135); }
td.TdClassName
{
border-color: #6B5B87;
}
.TagClassName
{
border-color: #6B5B87;
}
</style>