Shades of Kimberly #6B608B
Tints of Kimberly #6B608B
RGB
CMYK
RGB Variations
Color information
#6B608B (or 0x6B608B) is known color: Kimberly. HEX triplet: 6B, 60 and 8B. RGB value is (107,96,139). Sum of RGB (Red+Green+Blue) = 107+96+139=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B608B is #949F74. Grayscale: #686868. Windows color (decimal): -9740149 or 9134187. OLE color: 9134187.
HSL color Cylindrical-coordinate representation of color #6B608B: hue angle of 255.35º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B608B is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 96 | 139 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.45 |
| HSL | 255.35º | 0.18% | 0.46% | - |
| HSV(B) | 255.35º | 0.31% | 0.55% | - |
| XYZ | 14.91 | 13.36 | 26.22 | - |
| YUV | 104.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 139 | 0.23 | 0.31 | 0 | 0.45 | 255.35 | 0.18 | 0.46 |
| Hex | 6B | 60 | 8B | 17 | 1F | 0 | 2D | FF | 12 | 2E |
| Octal | 153 | 140 | 213 | 27 | 37 | 0 | 55 | 377 | 22 | 56 |
| Binary | 1101011 | 1100000 | 10001011 | 10111 | 11111 | 0 | 101101 | 11111111 | 10010 | 101110 |
Color Harmonies of #6B608B
Complementary color
Monochromatic Colors of #6B608B
Black with #6B608B
Text Example
Text Example
White with #6B608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B608B; }
p { color: rgb(107,96,139); }
H1.HeaderClassName
{
color: #6B608B;
}
.AnyTagClassName
{
color: #6B608B;
}
</style>
background-color css
<style>
a { background-color: #6B608B; }
a { background-color: rgb(107,96,139); }
div.DivClassName
{
background-color: #6B608B;
}
.BgClassName
{
background-color: #6B608B;
}
</style>
border-color css
<style>
span { border-color: #6B608B; }
span { border-color: rgb(107,96,139); }
td.TdClassName
{
border-color: #6B608B;
}
.TagClassName
{
border-color: #6B608B;
}
</style>