Shades of Kimberly #6A5D8C
Tints of Kimberly #6A5D8C
RGB
CMYK
RGB Variations
Color information
#6A5D8C (or 0x6A5D8C) is known color: Kimberly. HEX triplet: 6A, 5D and 8C. RGB value is (106,93,140). Sum of RGB (Red+Green+Blue) = 106+93+140=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A5D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5D8C is #95A273. Grayscale: #666666. Windows color (decimal): -9806452 or 9198954. OLE color: 9198954.
HSL color Cylindrical-coordinate representation of color #6A5D8C: hue angle of 256.6º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A5D8C is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 93 | 140 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.45 |
| HSL | 256.6º | 0.2% | 0.46% | - |
| HSV(B) | 256.6º | 0.34% | 0.55% | - |
| XYZ | 14.59 | 12.79 | 26.51 | - |
| YUV | 102.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 140 | 0.24 | 0.34 | 0 | 0.45 | 256.6 | 0.2 | 0.46 |
| Hex | 6A | 5D | 8C | 18 | 22 | 0 | 2D | 101 | 14 | 2E |
| Octal | 152 | 135 | 214 | 30 | 42 | 0 | 55 | 401 | 24 | 56 |
| Binary | 1101010 | 1011101 | 10001100 | 11000 | 100010 | 0 | 101101 | 100000001 | 10100 | 101110 |
Color Harmonies of #6A5D8C
Complementary color
Monochromatic Colors of #6A5D8C
Black with #6A5D8C
Text Example
Text Example
White with #6A5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D8C; }
p { color: rgb(106,93,140); }
H1.HeaderClassName
{
color: #6A5D8C;
}
.AnyTagClassName
{
color: #6A5D8C;
}
</style>
background-color css
<style>
a { background-color: #6A5D8C; }
a { background-color: rgb(106,93,140); }
div.DivClassName
{
background-color: #6A5D8C;
}
.BgClassName
{
background-color: #6A5D8C;
}
</style>
border-color css
<style>
span { border-color: #6A5D8C; }
span { border-color: rgb(106,93,140); }
td.TdClassName
{
border-color: #6A5D8C;
}
.TagClassName
{
border-color: #6A5D8C;
}
</style>