Shades of Kimberly #6B618B
Tints of Kimberly #6B618B
RGB
CMYK
RGB Variations
Color information
#6B618B (or 0x6B618B) is known color: Kimberly. HEX triplet: 6B, 61 and 8B. RGB value is (107,97,139). Sum of RGB (Red+Green+Blue) = 107+97+139=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B618B is #949E74. Grayscale: #686868. Windows color (decimal): -9739893 or 9134443. OLE color: 9134443.
HSL color Cylindrical-coordinate representation of color #6B618B: hue angle of 254.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B618B is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 97 | 139 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.45 |
| HSL | 254.29º | 0.18% | 0.46% | - |
| HSV(B) | 254.29º | 0.3% | 0.55% | - |
| XYZ | 15 | 13.54 | 26.25 | - |
| YUV | 104.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 139 | 0.23 | 0.30 | 0 | 0.45 | 254.29 | 0.18 | 0.46 |
| Hex | 6B | 61 | 8B | 17 | 1E | 0 | 2D | FE | 12 | 2E |
| Octal | 153 | 141 | 213 | 27 | 36 | 0 | 55 | 376 | 22 | 56 |
| Binary | 1101011 | 1100001 | 10001011 | 10111 | 11110 | 0 | 101101 | 11111110 | 10010 | 101110 |
Color Harmonies of #6B618B
Complementary color
Monochromatic Colors of #6B618B
Black with #6B618B
Text Example
Text Example
White with #6B618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B618B; }
p { color: rgb(107,97,139); }
H1.HeaderClassName
{
color: #6B618B;
}
.AnyTagClassName
{
color: #6B618B;
}
</style>
background-color css
<style>
a { background-color: #6B618B; }
a { background-color: rgb(107,97,139); }
div.DivClassName
{
background-color: #6B618B;
}
.BgClassName
{
background-color: #6B618B;
}
</style>
border-color css
<style>
span { border-color: #6B618B; }
span { border-color: rgb(107,97,139); }
td.TdClassName
{
border-color: #6B618B;
}
.TagClassName
{
border-color: #6B618B;
}
</style>