Shades of Kimberly #615A82
Tints of Kimberly #615A82
RGB
CMYK
RGB Variations
Color information
#615A82 (or 0x615A82) is known color: Kimberly. HEX triplet: 61, 5A and 82. RGB value is (97,90,130). Sum of RGB (Red+Green+Blue) = 97+90+130=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #615A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A82 is #9EA57D. Grayscale: #606060. Windows color (decimal): -10397054 or 8542817. OLE color: 8542817.
HSL color Cylindrical-coordinate representation of color #615A82: hue angle of 250.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #615A82 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 90 | 130 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.49 |
| HSL | 250.5º | 0.18% | 0.43% | - |
| HSV(B) | 250.5º | 0.31% | 0.51% | - |
| XYZ | 12.62 | 11.47 | 22.67 | - |
| YUV | 96.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 130 | 0.25 | 0.31 | 0 | 0.49 | 250.5 | 0.18 | 0.43 |
| Hex | 61 | 5A | 82 | 19 | 1F | 0 | 31 | FB | 12 | 2B |
| Octal | 141 | 132 | 202 | 31 | 37 | 0 | 61 | 373 | 22 | 53 |
| Binary | 1100001 | 1011010 | 10000010 | 11001 | 11111 | 0 | 110001 | 11111011 | 10010 | 101011 |
Color Harmonies of #615A82
Complementary color
Monochromatic Colors of #615A82
Black with #615A82
Text Example
Text Example
White with #615A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A82; }
p { color: rgb(97,90,130); }
H1.HeaderClassName
{
color: #615A82;
}
.AnyTagClassName
{
color: #615A82;
}
</style>
background-color css
<style>
a { background-color: #615A82; }
a { background-color: rgb(97,90,130); }
div.DivClassName
{
background-color: #615A82;
}
.BgClassName
{
background-color: #615A82;
}
</style>
border-color css
<style>
span { border-color: #615A82; }
span { border-color: rgb(97,90,130); }
td.TdClassName
{
border-color: #615A82;
}
.TagClassName
{
border-color: #615A82;
}
</style>