Shades of Kimberly #6B5D8D
Tints of Kimberly #6B5D8D
RGB
CMYK
RGB Variations
Color information
#6B5D8D (or 0x6B5D8D) is known color: Kimberly. HEX triplet: 6B, 5D and 8D. RGB value is (107,93,141). Sum of RGB (Red+Green+Blue) = 107+93+141=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B5D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5D8D is #94A272. Grayscale: #666666. Windows color (decimal): -9740915 or 9264491. OLE color: 9264491.
HSL color Cylindrical-coordinate representation of color #6B5D8D: hue angle of 257.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B5D8D is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 93 | 141 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.45 |
| HSL | 257.5º | 0.21% | 0.46% | - |
| HSV(B) | 257.5º | 0.34% | 0.55% | - |
| XYZ | 14.79 | 12.88 | 26.91 | - |
| YUV | 102.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 141 | 0.24 | 0.34 | 0 | 0.45 | 257.5 | 0.21 | 0.46 |
| Hex | 6B | 5D | 8D | 18 | 22 | 0 | 2D | 102 | 15 | 2E |
| Octal | 153 | 135 | 215 | 30 | 42 | 0 | 55 | 402 | 25 | 56 |
| Binary | 1101011 | 1011101 | 10001101 | 11000 | 100010 | 0 | 101101 | 100000010 | 10101 | 101110 |
Color Harmonies of #6B5D8D
Complementary color
Monochromatic Colors of #6B5D8D
Black with #6B5D8D
Text Example
Text Example
White with #6B5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D8D; }
p { color: rgb(107,93,141); }
H1.HeaderClassName
{
color: #6B5D8D;
}
.AnyTagClassName
{
color: #6B5D8D;
}
</style>
background-color css
<style>
a { background-color: #6B5D8D; }
a { background-color: rgb(107,93,141); }
div.DivClassName
{
background-color: #6B5D8D;
}
.BgClassName
{
background-color: #6B5D8D;
}
</style>
border-color css
<style>
span { border-color: #6B5D8D; }
span { border-color: rgb(107,93,141); }
td.TdClassName
{
border-color: #6B5D8D;
}
.TagClassName
{
border-color: #6B5D8D;
}
</style>