Shades of Kimberly #6C658B
Tints of Kimberly #6C658B
RGB
CMYK
RGB Variations
Color information
#6C658B (or 0x6C658B) is known color: Kimberly. HEX triplet: 6C, 65 and 8B. RGB value is (108,101,139). Sum of RGB (Red+Green+Blue) = 108+101+139=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C658B is #939A74. Grayscale: #6B6B6B. Windows color (decimal): -9673333 or 9135468. OLE color: 9135468.
HSL color Cylindrical-coordinate representation of color #6C658B: hue angle of 251.05º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C658B is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 101 | 139 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.45 |
| HSL | 251.05º | 0.16% | 0.47% | - |
| HSV(B) | 251.05º | 0.27% | 0.55% | - |
| XYZ | 15.5 | 14.36 | 26.38 | - |
| YUV | 107.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 139 | 0.22 | 0.27 | 0 | 0.45 | 251.05 | 0.16 | 0.47 |
| Hex | 6C | 65 | 8B | 16 | 1B | 0 | 2D | FB | 10 | 2F |
| Octal | 154 | 145 | 213 | 26 | 33 | 0 | 55 | 373 | 20 | 57 |
| Binary | 1101100 | 1100101 | 10001011 | 10110 | 11011 | 0 | 101101 | 11111011 | 10000 | 101111 |
Color Harmonies of #6C658B
Complementary color
Monochromatic Colors of #6C658B
Black with #6C658B
Text Example
Text Example
White with #6C658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C658B; }
p { color: rgb(108,101,139); }
H1.HeaderClassName
{
color: #6C658B;
}
.AnyTagClassName
{
color: #6C658B;
}
</style>
background-color css
<style>
a { background-color: #6C658B; }
a { background-color: rgb(108,101,139); }
div.DivClassName
{
background-color: #6C658B;
}
.BgClassName
{
background-color: #6C658B;
}
</style>
border-color css
<style>
span { border-color: #6C658B; }
span { border-color: rgb(108,101,139); }
td.TdClassName
{
border-color: #6C658B;
}
.TagClassName
{
border-color: #6C658B;
}
</style>