Shades of Kimberly #615A8D
Tints of Kimberly #615A8D
RGB
CMYK
RGB Variations
Color information
#615A8D (or 0x615A8D) is known color: Kimberly. HEX triplet: 61, 5A and 8D. RGB value is (97,90,141). Sum of RGB (Red+Green+Blue) = 97+90+141=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #615A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A8D is #9EA572. Grayscale: #616161. Windows color (decimal): -10397043 or 9263713. OLE color: 9263713.
HSL color Cylindrical-coordinate representation of color #615A8D: hue angle of 248.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #615A8D is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 90 | 141 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.45 |
| HSL | 248.24º | 0.22% | 0.45% | - |
| HSV(B) | 248.24º | 0.36% | 0.55% | - |
| XYZ | 13.39 | 11.78 | 26.77 | - |
| YUV | 97.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 141 | 0.31 | 0.36 | 0 | 0.45 | 248.24 | 0.22 | 0.45 |
| Hex | 61 | 5A | 8D | 1F | 24 | 0 | 2D | F8 | 16 | 2D |
| Octal | 141 | 132 | 215 | 37 | 44 | 0 | 55 | 370 | 26 | 55 |
| Binary | 1100001 | 1011010 | 10001101 | 11111 | 100100 | 0 | 101101 | 11111000 | 10110 | 101101 |
Color Harmonies of #615A8D
Complementary color
Monochromatic Colors of #615A8D
Black with #615A8D
Text Example
Text Example
White with #615A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A8D; }
p { color: rgb(97,90,141); }
H1.HeaderClassName
{
color: #615A8D;
}
.AnyTagClassName
{
color: #615A8D;
}
</style>
background-color css
<style>
a { background-color: #615A8D; }
a { background-color: rgb(97,90,141); }
div.DivClassName
{
background-color: #615A8D;
}
.BgClassName
{
background-color: #615A8D;
}
</style>
border-color css
<style>
span { border-color: #615A8D; }
span { border-color: rgb(97,90,141); }
td.TdClassName
{
border-color: #615A8D;
}
.TagClassName
{
border-color: #615A8D;
}
</style>