Shades of Kimberly #6C658D
Tints of Kimberly #6C658D
RGB
CMYK
RGB Variations
Color information
#6C658D (or 0x6C658D) is known color: Kimberly. HEX triplet: 6C, 65 and 8D. RGB value is (108,101,141). Sum of RGB (Red+Green+Blue) = 108+101+141=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C658D is #939A72. Grayscale: #6B6B6B. Windows color (decimal): -9673331 or 9266540. OLE color: 9266540.
HSL color Cylindrical-coordinate representation of color #6C658D: hue angle of 250.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C658D is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 101 | 141 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.45 |
| HSL | 250.5º | 0.17% | 0.47% | - |
| HSV(B) | 250.5º | 0.28% | 0.55% | - |
| XYZ | 15.65 | 14.42 | 27.16 | - |
| YUV | 107.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 141 | 0.23 | 0.28 | 0 | 0.45 | 250.5 | 0.17 | 0.47 |
| Hex | 6C | 65 | 8D | 17 | 1C | 0 | 2D | FB | 11 | 2F |
| Octal | 154 | 145 | 215 | 27 | 34 | 0 | 55 | 373 | 21 | 57 |
| Binary | 1101100 | 1100101 | 10001101 | 10111 | 11100 | 0 | 101101 | 11111011 | 10001 | 101111 |
Color Harmonies of #6C658D
Complementary color
Monochromatic Colors of #6C658D
Black with #6C658D
Text Example
Text Example
White with #6C658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C658D; }
p { color: rgb(108,101,141); }
H1.HeaderClassName
{
color: #6C658D;
}
.AnyTagClassName
{
color: #6C658D;
}
</style>
background-color css
<style>
a { background-color: #6C658D; }
a { background-color: rgb(108,101,141); }
div.DivClassName
{
background-color: #6C658D;
}
.BgClassName
{
background-color: #6C658D;
}
</style>
border-color css
<style>
span { border-color: #6C658D; }
span { border-color: rgb(108,101,141); }
td.TdClassName
{
border-color: #6C658D;
}
.TagClassName
{
border-color: #6C658D;
}
</style>