Shades of Kimberly #6A5F8D
Tints of Kimberly #6A5F8D
RGB
CMYK
RGB Variations
Color information
#6A5F8D (or 0x6A5F8D) is known color: Kimberly. HEX triplet: 6A, 5F and 8D. RGB value is (106,95,141). Sum of RGB (Red+Green+Blue) = 106+95+141=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A5F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5F8D is #95A072. Grayscale: #676767. Windows color (decimal): -9805939 or 9265002. OLE color: 9265002.
HSL color Cylindrical-coordinate representation of color #6A5F8D: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A5F8D is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 95 | 141 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.45 |
| HSL | 254.35º | 0.19% | 0.46% | - |
| HSV(B) | 254.35º | 0.33% | 0.55% | - |
| XYZ | 14.84 | 13.17 | 26.96 | - |
| YUV | 103.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 141 | 0.25 | 0.33 | 0 | 0.45 | 254.35 | 0.19 | 0.46 |
| Hex | 6A | 5F | 8D | 19 | 21 | 0 | 2D | FE | 13 | 2E |
| Octal | 152 | 137 | 215 | 31 | 41 | 0 | 55 | 376 | 23 | 56 |
| Binary | 1101010 | 1011111 | 10001101 | 11001 | 100001 | 0 | 101101 | 11111110 | 10011 | 101110 |
Color Harmonies of #6A5F8D
Complementary color
Monochromatic Colors of #6A5F8D
Black with #6A5F8D
Text Example
Text Example
White with #6A5F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5F8D; }
p { color: rgb(106,95,141); }
H1.HeaderClassName
{
color: #6A5F8D;
}
.AnyTagClassName
{
color: #6A5F8D;
}
</style>
background-color css
<style>
a { background-color: #6A5F8D; }
a { background-color: rgb(106,95,141); }
div.DivClassName
{
background-color: #6A5F8D;
}
.BgClassName
{
background-color: #6A5F8D;
}
</style>
border-color css
<style>
span { border-color: #6A5F8D; }
span { border-color: rgb(106,95,141); }
td.TdClassName
{
border-color: #6A5F8D;
}
.TagClassName
{
border-color: #6A5F8D;
}
</style>