Shades of Kimberly #615A7D
Tints of Kimberly #615A7D
RGB
CMYK
RGB Variations
Color information
#615A7D (or 0x615A7D) is known color: Kimberly. HEX triplet: 61, 5A and 7D. RGB value is (97,90,125). Sum of RGB (Red+Green+Blue) = 97+90+125=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #615A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A7D is #9EA582. Grayscale: #5F5F5F. Windows color (decimal): -10397059 or 8215137. OLE color: 8215137.
HSL color Cylindrical-coordinate representation of color #615A7D: hue angle of 252º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615A7D is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 90 | 125 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.51 |
| HSL | 252º | 0.16% | 0.42% | - |
| HSV(B) | 252º | 0.28% | 0.49% | - |
| XYZ | 12.29 | 11.33 | 20.94 | - |
| YUV | 96.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 125 | 0.22 | 0.28 | 0 | 0.51 | 252 | 0.16 | 0.42 |
| Hex | 61 | 5A | 7D | 16 | 1C | 0 | 33 | FC | 10 | 2A |
| Octal | 141 | 132 | 175 | 26 | 34 | 0 | 63 | 374 | 20 | 52 |
| Binary | 1100001 | 1011010 | 1111101 | 10110 | 11100 | 0 | 110011 | 11111100 | 10000 | 101010 |
Color Harmonies of #615A7D
Complementary color
Monochromatic Colors of #615A7D
Black with #615A7D
Text Example
Text Example
White with #615A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A7D; }
p { color: rgb(97,90,125); }
H1.HeaderClassName
{
color: #615A7D;
}
.AnyTagClassName
{
color: #615A7D;
}
</style>
background-color css
<style>
a { background-color: #615A7D; }
a { background-color: rgb(97,90,125); }
div.DivClassName
{
background-color: #615A7D;
}
.BgClassName
{
background-color: #615A7D;
}
</style>
border-color css
<style>
span { border-color: #615A7D; }
span { border-color: rgb(97,90,125); }
td.TdClassName
{
border-color: #615A7D;
}
.TagClassName
{
border-color: #615A7D;
}
</style>