Shades of Kimberly #615379
Tints of Kimberly #615379
RGB
CMYK
RGB Variations
Color information
#615379 (or 0x615379) is known color: Kimberly. HEX triplet: 61, 53 and 79. RGB value is (97,83,121). Sum of RGB (Red+Green+Blue) = 97+83+121=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #615379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615379 is #9EAC86. Grayscale: #5B5B5B. Windows color (decimal): -10398855 or 7951201. OLE color: 7951201.
HSL color Cylindrical-coordinate representation of color #615379: hue angle of 262.11º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #615379 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 83 | 121 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.53 |
| HSL | 262.11º | 0.19% | 0.4% | - |
| HSV(B) | 262.11º | 0.31% | 0.47% | - |
| XYZ | 11.47 | 10.11 | 19.44 | - |
| YUV | 91.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 121 | 0.20 | 0.31 | 0 | 0.53 | 262.11 | 0.19 | 0.4 |
| Hex | 61 | 53 | 79 | 14 | 1F | 0 | 35 | 106 | 13 | 28 |
| Octal | 141 | 123 | 171 | 24 | 37 | 0 | 65 | 406 | 23 | 50 |
| Binary | 1100001 | 1010011 | 1111001 | 10100 | 11111 | 0 | 110101 | 100000110 | 10011 | 101000 |
Color Harmonies of #615379
Complementary color
Monochromatic Colors of #615379
Black with #615379
Text Example
Text Example
White with #615379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615379; }
p { color: rgb(97,83,121); }
H1.HeaderClassName
{
color: #615379;
}
.AnyTagClassName
{
color: #615379;
}
</style>
background-color css
<style>
a { background-color: #615379; }
a { background-color: rgb(97,83,121); }
div.DivClassName
{
background-color: #615379;
}
.BgClassName
{
background-color: #615379;
}
</style>
border-color css
<style>
span { border-color: #615379; }
span { border-color: rgb(97,83,121); }
td.TdClassName
{
border-color: #615379;
}
.TagClassName
{
border-color: #615379;
}
</style>