Shades of Kimberly #615A8F
Tints of Kimberly #615A8F
RGB
CMYK
RGB Variations
Color information
#615A8F (or 0x615A8F) is known color: Kimberly. HEX triplet: 61, 5A and 8F. RGB value is (97,90,143). Sum of RGB (Red+Green+Blue) = 97+90+143=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #615A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615A8F is #9EA570. Grayscale: #616161. Windows color (decimal): -10397041 or 9394785. OLE color: 9394785.
HSL color Cylindrical-coordinate representation of color #615A8F: hue angle of 247.92º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615A8F is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 90 | 143 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.44 |
| HSL | 247.92º | 0.23% | 0.46% | - |
| HSV(B) | 247.92º | 0.37% | 0.56% | - |
| XYZ | 13.54 | 11.84 | 27.56 | - |
| YUV | 98.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 143 | 0.32 | 0.37 | 0 | 0.44 | 247.92 | 0.23 | 0.46 |
| Hex | 61 | 5A | 8F | 20 | 25 | 0 | 2C | F8 | 17 | 2E |
| Octal | 141 | 132 | 217 | 40 | 45 | 0 | 54 | 370 | 27 | 56 |
| Binary | 1100001 | 1011010 | 10001111 | 100000 | 100101 | 0 | 101100 | 11111000 | 10111 | 101110 |
Color Harmonies of #615A8F
Complementary color
Monochromatic Colors of #615A8F
Black with #615A8F
Text Example
Text Example
White with #615A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A8F; }
p { color: rgb(97,90,143); }
H1.HeaderClassName
{
color: #615A8F;
}
.AnyTagClassName
{
color: #615A8F;
}
</style>
background-color css
<style>
a { background-color: #615A8F; }
a { background-color: rgb(97,90,143); }
div.DivClassName
{
background-color: #615A8F;
}
.BgClassName
{
background-color: #615A8F;
}
</style>
border-color css
<style>
span { border-color: #615A8F; }
span { border-color: rgb(97,90,143); }
td.TdClassName
{
border-color: #615A8F;
}
.TagClassName
{
border-color: #615A8F;
}
</style>