Shades of Kimberly #6B618E
Tints of Kimberly #6B618E
RGB
CMYK
RGB Variations
Color information
#6B618E (or 0x6B618E) is known color: Kimberly. HEX triplet: 6B, 61 and 8E. RGB value is (107,97,142). Sum of RGB (Red+Green+Blue) = 107+97+142=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B618E is #949E71. Grayscale: #686868. Windows color (decimal): -9739890 or 9331051. OLE color: 9331051.
HSL color Cylindrical-coordinate representation of color #6B618E: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B618E is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 97 | 142 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.44 |
| HSL | 253.33º | 0.19% | 0.47% | - |
| HSV(B) | 253.33º | 0.32% | 0.56% | - |
| XYZ | 15.22 | 13.63 | 27.42 | - |
| YUV | 105.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 142 | 0.25 | 0.32 | 0 | 0.44 | 253.33 | 0.19 | 0.47 |
| Hex | 6B | 61 | 8E | 19 | 20 | 0 | 2C | FD | 13 | 2F |
| Octal | 153 | 141 | 216 | 31 | 40 | 0 | 54 | 375 | 23 | 57 |
| Binary | 1101011 | 1100001 | 10001110 | 11001 | 100000 | 0 | 101100 | 11111101 | 10011 | 101111 |
Color Harmonies of #6B618E
Complementary color
Monochromatic Colors of #6B618E
Black with #6B618E
Text Example
Text Example
White with #6B618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B618E; }
p { color: rgb(107,97,142); }
H1.HeaderClassName
{
color: #6B618E;
}
.AnyTagClassName
{
color: #6B618E;
}
</style>
background-color css
<style>
a { background-color: #6B618E; }
a { background-color: rgb(107,97,142); }
div.DivClassName
{
background-color: #6B618E;
}
.BgClassName
{
background-color: #6B618E;
}
</style>
border-color css
<style>
span { border-color: #6B618E; }
span { border-color: rgb(107,97,142); }
td.TdClassName
{
border-color: #6B618E;
}
.TagClassName
{
border-color: #6B618E;
}
</style>