Shades of Kimberly #615D83
Tints of Kimberly #615D83
RGB
CMYK
RGB Variations
Color information
#615D83 (or 0x615D83) is known color: Kimberly. HEX triplet: 61, 5D and 83. RGB value is (97,93,131). Sum of RGB (Red+Green+Blue) = 97+93+131=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #615D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615D83 is #9EA27C. Grayscale: #626262. Windows color (decimal): -10396285 or 8609121. OLE color: 8609121.
HSL color Cylindrical-coordinate representation of color #615D83: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615D83 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 93 | 131 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.49 |
| HSL | 246.32º | 0.17% | 0.44% | - |
| HSV(B) | 246.32º | 0.29% | 0.51% | - |
| XYZ | 12.94 | 12.01 | 23.11 | - |
| YUV | 98.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 131 | 0.26 | 0.29 | 0 | 0.49 | 246.32 | 0.17 | 0.44 |
| Hex | 61 | 5D | 83 | 1A | 1D | 0 | 31 | F6 | 11 | 2C |
| Octal | 141 | 135 | 203 | 32 | 35 | 0 | 61 | 366 | 21 | 54 |
| Binary | 1100001 | 1011101 | 10000011 | 11010 | 11101 | 0 | 110001 | 11110110 | 10001 | 101100 |
Color Harmonies of #615D83
Complementary color
Monochromatic Colors of #615D83
Black with #615D83
Text Example
Text Example
White with #615D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D83; }
p { color: rgb(97,93,131); }
H1.HeaderClassName
{
color: #615D83;
}
.AnyTagClassName
{
color: #615D83;
}
</style>
background-color css
<style>
a { background-color: #615D83; }
a { background-color: rgb(97,93,131); }
div.DivClassName
{
background-color: #615D83;
}
.BgClassName
{
background-color: #615D83;
}
</style>
border-color css
<style>
span { border-color: #615D83; }
span { border-color: rgb(97,93,131); }
td.TdClassName
{
border-color: #615D83;
}
.TagClassName
{
border-color: #615D83;
}
</style>