Shades of Kimberly #6B618D
Tints of Kimberly #6B618D
RGB
CMYK
RGB Variations
Color information
#6B618D (or 0x6B618D) is known color: Kimberly. HEX triplet: 6B, 61 and 8D. RGB value is (107,97,141). Sum of RGB (Red+Green+Blue) = 107+97+141=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B618D is #949E72. Grayscale: #686868. Windows color (decimal): -9739891 or 9265515. OLE color: 9265515.
HSL color Cylindrical-coordinate representation of color #6B618D: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B618D is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 97 | 141 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.45 |
| HSL | 253.64º | 0.18% | 0.47% | - |
| HSV(B) | 253.64º | 0.31% | 0.55% | - |
| XYZ | 15.15 | 13.6 | 27.03 | - |
| YUV | 105.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 141 | 0.24 | 0.31 | 0 | 0.45 | 253.64 | 0.18 | 0.47 |
| Hex | 6B | 61 | 8D | 18 | 1F | 0 | 2D | FE | 12 | 2F |
| Octal | 153 | 141 | 215 | 30 | 37 | 0 | 55 | 376 | 22 | 57 |
| Binary | 1101011 | 1100001 | 10001101 | 11000 | 11111 | 0 | 101101 | 11111110 | 10010 | 101111 |
Color Harmonies of #6B618D
Complementary color
Monochromatic Colors of #6B618D
Black with #6B618D
Text Example
Text Example
White with #6B618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B618D; }
p { color: rgb(107,97,141); }
H1.HeaderClassName
{
color: #6B618D;
}
.AnyTagClassName
{
color: #6B618D;
}
</style>
background-color css
<style>
a { background-color: #6B618D; }
a { background-color: rgb(107,97,141); }
div.DivClassName
{
background-color: #6B618D;
}
.BgClassName
{
background-color: #6B618D;
}
</style>
border-color css
<style>
span { border-color: #6B618D; }
span { border-color: rgb(107,97,141); }
td.TdClassName
{
border-color: #6B618D;
}
.TagClassName
{
border-color: #6B618D;
}
</style>