Shades of Kimberly #6B5D82
Tints of Kimberly #6B5D82
RGB
CMYK
RGB Variations
Color information
#6B5D82 (or 0x6B5D82) is known color: Kimberly. HEX triplet: 6B, 5D and 82. RGB value is (107,93,130). Sum of RGB (Red+Green+Blue) = 107+93+130=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B5D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5D82 is #94A27D. Grayscale: #656565. Windows color (decimal): -9740926 or 8543595. OLE color: 8543595.
HSL color Cylindrical-coordinate representation of color #6B5D82: hue angle of 262.7º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B5D82 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 93 | 130 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.49 |
| HSL | 262.7º | 0.17% | 0.44% | - |
| HSV(B) | 262.7º | 0.28% | 0.51% | - |
| XYZ | 14.01 | 12.57 | 22.81 | - |
| YUV | 101.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 130 | 0.18 | 0.28 | 0 | 0.49 | 262.7 | 0.17 | 0.44 |
| Hex | 6B | 5D | 82 | 12 | 1C | 0 | 31 | 107 | 11 | 2C |
| Octal | 153 | 135 | 202 | 22 | 34 | 0 | 61 | 407 | 21 | 54 |
| Binary | 1101011 | 1011101 | 10000010 | 10010 | 11100 | 0 | 110001 | 100000111 | 10001 | 101100 |
Color Harmonies of #6B5D82
Complementary color
Monochromatic Colors of #6B5D82
Black with #6B5D82
Text Example
Text Example
White with #6B5D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D82; }
p { color: rgb(107,93,130); }
H1.HeaderClassName
{
color: #6B5D82;
}
.AnyTagClassName
{
color: #6B5D82;
}
</style>
background-color css
<style>
a { background-color: #6B5D82; }
a { background-color: rgb(107,93,130); }
div.DivClassName
{
background-color: #6B5D82;
}
.BgClassName
{
background-color: #6B5D82;
}
</style>
border-color css
<style>
span { border-color: #6B5D82; }
span { border-color: rgb(107,93,130); }
td.TdClassName
{
border-color: #6B5D82;
}
.TagClassName
{
border-color: #6B5D82;
}
</style>