Shades of Kimberly #6C618A
Tints of Kimberly #6C618A
RGB
CMYK
RGB Variations
Color information
#6C618A (or 0x6C618A) is known color: Kimberly. HEX triplet: 6C, 61 and 8A. RGB value is (108,97,138). Sum of RGB (Red+Green+Blue) = 108+97+138=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C618A is #939E75. Grayscale: #686868. Windows color (decimal): -9674358 or 9068908. OLE color: 9068908.
HSL color Cylindrical-coordinate representation of color #6C618A: hue angle of 256.1º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C618A is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 97 | 138 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.46 |
| HSL | 256.1º | 0.17% | 0.46% | - |
| HSV(B) | 256.1º | 0.3% | 0.54% | - |
| XYZ | 15.05 | 13.57 | 25.87 | - |
| YUV | 104.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 138 | 0.22 | 0.30 | 0 | 0.46 | 256.1 | 0.17 | 0.46 |
| Hex | 6C | 61 | 8A | 16 | 1E | 0 | 2E | 100 | 11 | 2E |
| Octal | 154 | 141 | 212 | 26 | 36 | 0 | 56 | 400 | 21 | 56 |
| Binary | 1101100 | 1100001 | 10001010 | 10110 | 11110 | 0 | 101110 | 100000000 | 10001 | 101110 |
Color Harmonies of #6C618A
Complementary color
Monochromatic Colors of #6C618A
Black with #6C618A
Text Example
Text Example
White with #6C618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C618A; }
p { color: rgb(108,97,138); }
H1.HeaderClassName
{
color: #6C618A;
}
.AnyTagClassName
{
color: #6C618A;
}
</style>
background-color css
<style>
a { background-color: #6C618A; }
a { background-color: rgb(108,97,138); }
div.DivClassName
{
background-color: #6C618A;
}
.BgClassName
{
background-color: #6C618A;
}
</style>
border-color css
<style>
span { border-color: #6C618A; }
span { border-color: rgb(108,97,138); }
td.TdClassName
{
border-color: #6C618A;
}
.TagClassName
{
border-color: #6C618A;
}
</style>