Shades of Kimberly #6A587D
Tints of Kimberly #6A587D
RGB
CMYK
RGB Variations
Color information
#6A587D (or 0x6A587D) is known color: Kimberly. HEX triplet: 6A, 58 and 7D. RGB value is (106,88,125). Sum of RGB (Red+Green+Blue) = 106+88+125=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A587D is #95A782. Grayscale: #616161. Windows color (decimal): -9807747 or 8214634. OLE color: 8214634.
HSL color Cylindrical-coordinate representation of color #6A587D: hue angle of 269.19º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A587D is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 88 | 125 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.51 |
| HSL | 269.19º | 0.17% | 0.42% | - |
| HSV(B) | 269.19º | 0.3% | 0.49% | - |
| XYZ | 13.14 | 11.52 | 20.93 | - |
| YUV | 97.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 125 | 0.15 | 0.30 | 0 | 0.51 | 269.19 | 0.17 | 0.42 |
| Hex | 6A | 58 | 7D | F | 1E | 0 | 33 | 10D | 11 | 2A |
| Octal | 152 | 130 | 175 | 17 | 36 | 0 | 63 | 415 | 21 | 52 |
| Binary | 1101010 | 1011000 | 1111101 | 1111 | 11110 | 0 | 110011 | 100001101 | 10001 | 101010 |
Color Harmonies of #6A587D
Complementary color
Monochromatic Colors of #6A587D
Black with #6A587D
Text Example
Text Example
White with #6A587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A587D; }
p { color: rgb(106,88,125); }
H1.HeaderClassName
{
color: #6A587D;
}
.AnyTagClassName
{
color: #6A587D;
}
</style>
background-color css
<style>
a { background-color: #6A587D; }
a { background-color: rgb(106,88,125); }
div.DivClassName
{
background-color: #6A587D;
}
.BgClassName
{
background-color: #6A587D;
}
</style>
border-color css
<style>
span { border-color: #6A587D; }
span { border-color: rgb(106,88,125); }
td.TdClassName
{
border-color: #6A587D;
}
.TagClassName
{
border-color: #6A587D;
}
</style>