Shades of Kimberly #6B5B84
Tints of Kimberly #6B5B84
RGB
CMYK
RGB Variations
Color information
#6B5B84 (or 0x6B5B84) is known color: Kimberly. HEX triplet: 6B, 5B and 84. RGB value is (107,91,132). Sum of RGB (Red+Green+Blue) = 107+91+132=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B5B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5B84 is #94A47B. Grayscale: #646464. Windows color (decimal): -9741436 or 8674155. OLE color: 8674155.
HSL color Cylindrical-coordinate representation of color #6B5B84: hue angle of 263.41º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B5B84 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 91 | 132 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.48 |
| HSL | 263.41º | 0.18% | 0.44% | - |
| HSV(B) | 263.41º | 0.31% | 0.52% | - |
| XYZ | 13.97 | 12.27 | 23.46 | - |
| YUV | 100.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 132 | 0.19 | 0.31 | 0 | 0.48 | 263.41 | 0.18 | 0.44 |
| Hex | 6B | 5B | 84 | 13 | 1F | 0 | 30 | 107 | 12 | 2C |
| Octal | 153 | 133 | 204 | 23 | 37 | 0 | 60 | 407 | 22 | 54 |
| Binary | 1101011 | 1011011 | 10000100 | 10011 | 11111 | 0 | 110000 | 100000111 | 10010 | 101100 |
Color Harmonies of #6B5B84
Complementary color
Monochromatic Colors of #6B5B84
Black with #6B5B84
Text Example
Text Example
White with #6B5B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B84; }
p { color: rgb(107,91,132); }
H1.HeaderClassName
{
color: #6B5B84;
}
.AnyTagClassName
{
color: #6B5B84;
}
</style>
background-color css
<style>
a { background-color: #6B5B84; }
a { background-color: rgb(107,91,132); }
div.DivClassName
{
background-color: #6B5B84;
}
.BgClassName
{
background-color: #6B5B84;
}
</style>
border-color css
<style>
span { border-color: #6B5B84; }
span { border-color: rgb(107,91,132); }
td.TdClassName
{
border-color: #6B5B84;
}
.TagClassName
{
border-color: #6B5B84;
}
</style>