Shades of Kimberly #615A8E
Tints of Kimberly #615A8E
RGB
CMYK
RGB Variations
Color information
#615A8E (or 0x615A8E) is known color: Kimberly. HEX triplet: 61, 5A and 8E. RGB value is (97,90,142). Sum of RGB (Red+Green+Blue) = 97+90+142=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #615A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A8E is #9EA571. Grayscale: #616161. Windows color (decimal): -10397042 or 9329249. OLE color: 9329249.
HSL color Cylindrical-coordinate representation of color #615A8E: hue angle of 248.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615A8E is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 90 | 142 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.44 |
| HSL | 248.08º | 0.22% | 0.45% | - |
| HSV(B) | 248.08º | 0.37% | 0.56% | - |
| XYZ | 13.47 | 11.81 | 27.16 | - |
| YUV | 98.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 142 | 0.32 | 0.37 | 0 | 0.44 | 248.08 | 0.22 | 0.45 |
| Hex | 61 | 5A | 8E | 20 | 25 | 0 | 2C | F8 | 16 | 2D |
| Octal | 141 | 132 | 216 | 40 | 45 | 0 | 54 | 370 | 26 | 55 |
| Binary | 1100001 | 1011010 | 10001110 | 100000 | 100101 | 0 | 101100 | 11111000 | 10110 | 101101 |
Color Harmonies of #615A8E
Complementary color
Monochromatic Colors of #615A8E
Black with #615A8E
Text Example
Text Example
White with #615A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A8E; }
p { color: rgb(97,90,142); }
H1.HeaderClassName
{
color: #615A8E;
}
.AnyTagClassName
{
color: #615A8E;
}
</style>
background-color css
<style>
a { background-color: #615A8E; }
a { background-color: rgb(97,90,142); }
div.DivClassName
{
background-color: #615A8E;
}
.BgClassName
{
background-color: #615A8E;
}
</style>
border-color css
<style>
span { border-color: #615A8E; }
span { border-color: rgb(97,90,142); }
td.TdClassName
{
border-color: #615A8E;
}
.TagClassName
{
border-color: #615A8E;
}
</style>