Shades of Kimberly #6D5C82
Tints of Kimberly #6D5C82
RGB
CMYK
RGB Variations
Color information
#6D5C82 (or 0x6D5C82) is known color: Kimberly. HEX triplet: 6D, 5C and 82. RGB value is (109,92,130). Sum of RGB (Red+Green+Blue) = 109+92+130=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D5C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5C82 is #92A37D. Grayscale: #656565. Windows color (decimal): -9610110 or 8543341. OLE color: 8543341.
HSL color Cylindrical-coordinate representation of color #6D5C82: hue angle of 266.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D5C82 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 92 | 130 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.49 |
| HSL | 266.84º | 0.17% | 0.44% | - |
| HSV(B) | 266.84º | 0.29% | 0.51% | - |
| XYZ | 14.16 | 12.52 | 22.79 | - |
| YUV | 101.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 130 | 0.16 | 0.29 | 0 | 0.49 | 266.84 | 0.17 | 0.44 |
| Hex | 6D | 5C | 82 | 10 | 1D | 0 | 31 | 10B | 11 | 2C |
| Octal | 155 | 134 | 202 | 20 | 35 | 0 | 61 | 413 | 21 | 54 |
| Binary | 1101101 | 1011100 | 10000010 | 10000 | 11101 | 0 | 110001 | 100001011 | 10001 | 101100 |
Color Harmonies of #6D5C82
Complementary color
Monochromatic Colors of #6D5C82
Black with #6D5C82
Text Example
Text Example
White with #6D5C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C82; }
p { color: rgb(109,92,130); }
H1.HeaderClassName
{
color: #6D5C82;
}
.AnyTagClassName
{
color: #6D5C82;
}
</style>
background-color css
<style>
a { background-color: #6D5C82; }
a { background-color: rgb(109,92,130); }
div.DivClassName
{
background-color: #6D5C82;
}
.BgClassName
{
background-color: #6D5C82;
}
</style>
border-color css
<style>
span { border-color: #6D5C82; }
span { border-color: rgb(109,92,130); }
td.TdClassName
{
border-color: #6D5C82;
}
.TagClassName
{
border-color: #6D5C82;
}
</style>