Shades of Kimberly #615A7C
Tints of Kimberly #615A7C
RGB
CMYK
RGB Variations
Color information
#615A7C (or 0x615A7C) is known color: Kimberly. HEX triplet: 61, 5A and 7C. RGB value is (97,90,124). Sum of RGB (Red+Green+Blue) = 97+90+124=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #615A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A7C is #9EA583. Grayscale: #5F5F5F. Windows color (decimal): -10397060 or 8149601. OLE color: 8149601.
HSL color Cylindrical-coordinate representation of color #615A7C: hue angle of 252.35º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #615A7C is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 90 | 124 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.51 |
| HSL | 252.35º | 0.16% | 0.42% | - |
| HSV(B) | 252.35º | 0.27% | 0.49% | - |
| XYZ | 12.22 | 11.31 | 20.61 | - |
| YUV | 95.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 124 | 0.22 | 0.27 | 0 | 0.51 | 252.35 | 0.16 | 0.42 |
| Hex | 61 | 5A | 7C | 16 | 1B | 0 | 33 | FC | 10 | 2A |
| Octal | 141 | 132 | 174 | 26 | 33 | 0 | 63 | 374 | 20 | 52 |
| Binary | 1100001 | 1011010 | 1111100 | 10110 | 11011 | 0 | 110011 | 11111100 | 10000 | 101010 |
Color Harmonies of #615A7C
Complementary color
Monochromatic Colors of #615A7C
Black with #615A7C
Text Example
Text Example
White with #615A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A7C; }
p { color: rgb(97,90,124); }
H1.HeaderClassName
{
color: #615A7C;
}
.AnyTagClassName
{
color: #615A7C;
}
</style>
background-color css
<style>
a { background-color: #615A7C; }
a { background-color: rgb(97,90,124); }
div.DivClassName
{
background-color: #615A7C;
}
.BgClassName
{
background-color: #615A7C;
}
</style>
border-color css
<style>
span { border-color: #615A7C; }
span { border-color: rgb(97,90,124); }
td.TdClassName
{
border-color: #615A7C;
}
.TagClassName
{
border-color: #615A7C;
}
</style>