Shades of Kimberly #6B608A
Tints of Kimberly #6B608A
RGB
CMYK
RGB Variations
Color information
#6B608A (or 0x6B608A) is known color: Kimberly. HEX triplet: 6B, 60 and 8A. RGB value is (107,96,138). Sum of RGB (Red+Green+Blue) = 107+96+138=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B608A is #949F75. Grayscale: #676767. Windows color (decimal): -9740150 or 9068651. OLE color: 9068651.
HSL color Cylindrical-coordinate representation of color #6B608A: hue angle of 255.71º degrees, saturation: 0.18, 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 #6B608A is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 96 | 138 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.46 |
| HSL | 255.71º | 0.18% | 0.46% | - |
| HSV(B) | 255.71º | 0.3% | 0.54% | - |
| XYZ | 14.83 | 13.33 | 25.84 | - |
| YUV | 104.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 138 | 0.22 | 0.30 | 0 | 0.46 | 255.71 | 0.18 | 0.46 |
| Hex | 6B | 60 | 8A | 16 | 1E | 0 | 2E | 100 | 12 | 2E |
| Octal | 153 | 140 | 212 | 26 | 36 | 0 | 56 | 400 | 22 | 56 |
| Binary | 1101011 | 1100000 | 10001010 | 10110 | 11110 | 0 | 101110 | 100000000 | 10010 | 101110 |
Color Harmonies of #6B608A
Complementary color
Monochromatic Colors of #6B608A
Black with #6B608A
Text Example
Text Example
White with #6B608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B608A; }
p { color: rgb(107,96,138); }
H1.HeaderClassName
{
color: #6B608A;
}
.AnyTagClassName
{
color: #6B608A;
}
</style>
background-color css
<style>
a { background-color: #6B608A; }
a { background-color: rgb(107,96,138); }
div.DivClassName
{
background-color: #6B608A;
}
.BgClassName
{
background-color: #6B608A;
}
</style>
border-color css
<style>
span { border-color: #6B608A; }
span { border-color: rgb(107,96,138); }
td.TdClassName
{
border-color: #6B608A;
}
.TagClassName
{
border-color: #6B608A;
}
</style>