Shades of Kimberly #6A5E8A
Tints of Kimberly #6A5E8A
RGB
CMYK
RGB Variations
Color information
#6A5E8A (or 0x6A5E8A) is known color: Kimberly. HEX triplet: 6A, 5E and 8A. RGB value is (106,94,138). Sum of RGB (Red+Green+Blue) = 106+94+138=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A5E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5E8A is #95A175. Grayscale: #666666. Windows color (decimal): -9806198 or 9068138. OLE color: 9068138.
HSL color Cylindrical-coordinate representation of color #6A5E8A: hue angle of 256.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A5E8A is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 94 | 138 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.46 |
| HSL | 256.36º | 0.19% | 0.45% | - |
| HSV(B) | 256.36º | 0.32% | 0.54% | - |
| XYZ | 14.53 | 12.9 | 25.77 | - |
| YUV | 102.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 138 | 0.23 | 0.32 | 0 | 0.46 | 256.36 | 0.19 | 0.45 |
| Hex | 6A | 5E | 8A | 17 | 20 | 0 | 2E | 100 | 13 | 2D |
| Octal | 152 | 136 | 212 | 27 | 40 | 0 | 56 | 400 | 23 | 55 |
| Binary | 1101010 | 1011110 | 10001010 | 10111 | 100000 | 0 | 101110 | 100000000 | 10011 | 101101 |
Color Harmonies of #6A5E8A
Complementary color
Monochromatic Colors of #6A5E8A
Black with #6A5E8A
Text Example
Text Example
White with #6A5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5E8A; }
p { color: rgb(106,94,138); }
H1.HeaderClassName
{
color: #6A5E8A;
}
.AnyTagClassName
{
color: #6A5E8A;
}
</style>
background-color css
<style>
a { background-color: #6A5E8A; }
a { background-color: rgb(106,94,138); }
div.DivClassName
{
background-color: #6A5E8A;
}
.BgClassName
{
background-color: #6A5E8A;
}
</style>
border-color css
<style>
span { border-color: #6A5E8A; }
span { border-color: rgb(106,94,138); }
td.TdClassName
{
border-color: #6A5E8A;
}
.TagClassName
{
border-color: #6A5E8A;
}
</style>