Shades of Kimberly #6F5D82
Tints of Kimberly #6F5D82
RGB
CMYK
RGB Variations
Color information
#6F5D82 (or 0x6F5D82) is known color: Kimberly. HEX triplet: 6F, 5D and 82. RGB value is (111,93,130). Sum of RGB (Red+Green+Blue) = 111+93+130=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F5D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5D82 is #90A27D. Grayscale: #666666. Windows color (decimal): -9478782 or 8543599. OLE color: 8543599.
HSL color Cylindrical-coordinate representation of color #6F5D82: hue angle of 269.19º 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 #6F5D82 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 93 | 130 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.49 |
| HSL | 269.19º | 0.17% | 0.44% | - |
| HSV(B) | 269.19º | 0.28% | 0.51% | - |
| XYZ | 14.5 | 12.82 | 22.83 | - |
| YUV | 102.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 130 | 0.15 | 0.28 | 0 | 0.49 | 269.19 | 0.17 | 0.44 |
| Hex | 6F | 5D | 82 | F | 1C | 0 | 31 | 10D | 11 | 2C |
| Octal | 157 | 135 | 202 | 17 | 34 | 0 | 61 | 415 | 21 | 54 |
| Binary | 1101111 | 1011101 | 10000010 | 1111 | 11100 | 0 | 110001 | 100001101 | 10001 | 101100 |
Color Harmonies of #6F5D82
Complementary color
Monochromatic Colors of #6F5D82
Black with #6F5D82
Text Example
Text Example
White with #6F5D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D82; }
p { color: rgb(111,93,130); }
H1.HeaderClassName
{
color: #6F5D82;
}
.AnyTagClassName
{
color: #6F5D82;
}
</style>
background-color css
<style>
a { background-color: #6F5D82; }
a { background-color: rgb(111,93,130); }
div.DivClassName
{
background-color: #6F5D82;
}
.BgClassName
{
background-color: #6F5D82;
}
</style>
border-color css
<style>
span { border-color: #6F5D82; }
span { border-color: rgb(111,93,130); }
td.TdClassName
{
border-color: #6F5D82;
}
.TagClassName
{
border-color: #6F5D82;
}
</style>