Shades of Kimberly #615A85
Tints of Kimberly #615A85
RGB
CMYK
RGB Variations
Color information
#615A85 (or 0x615A85) is known color: Kimberly. HEX triplet: 61, 5A and 85. RGB value is (97,90,133). Sum of RGB (Red+Green+Blue) = 97+90+133=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #615A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A85 is #9EA57A. Grayscale: #606060. Windows color (decimal): -10397051 or 8739425. OLE color: 8739425.
HSL color Cylindrical-coordinate representation of color #615A85: hue angle of 249.77º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615A85 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 90 | 133 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.48 |
| HSL | 249.77º | 0.19% | 0.44% | - |
| HSV(B) | 249.77º | 0.32% | 0.52% | - |
| XYZ | 12.82 | 11.55 | 23.74 | - |
| YUV | 97 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 133 | 0.27 | 0.32 | 0 | 0.48 | 249.77 | 0.19 | 0.44 |
| Hex | 61 | 5A | 85 | 1B | 20 | 0 | 30 | FA | 13 | 2C |
| Octal | 141 | 132 | 205 | 33 | 40 | 0 | 60 | 372 | 23 | 54 |
| Binary | 1100001 | 1011010 | 10000101 | 11011 | 100000 | 0 | 110000 | 11111010 | 10011 | 101100 |
Color Harmonies of #615A85
Complementary color
Monochromatic Colors of #615A85
Black with #615A85
Text Example
Text Example
White with #615A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A85; }
p { color: rgb(97,90,133); }
H1.HeaderClassName
{
color: #615A85;
}
.AnyTagClassName
{
color: #615A85;
}
</style>
background-color css
<style>
a { background-color: #615A85; }
a { background-color: rgb(97,90,133); }
div.DivClassName
{
background-color: #615A85;
}
.BgClassName
{
background-color: #615A85;
}
</style>
border-color css
<style>
span { border-color: #615A85; }
span { border-color: rgb(97,90,133); }
td.TdClassName
{
border-color: #615A85;
}
.TagClassName
{
border-color: #615A85;
}
</style>