Shades of Kimberly #625E83
Tints of Kimberly #625E83
RGB
CMYK
RGB Variations
Color information
#625E83 (or 0x625E83) is known color: Kimberly. HEX triplet: 62, 5E and 83. RGB value is (98,94,131). Sum of RGB (Red+Green+Blue) = 98+94+131=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #625E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E83 is #9DA17C. Grayscale: #636363. Windows color (decimal): -10330493 or 8609378. OLE color: 8609378.
HSL color Cylindrical-coordinate representation of color #625E83: hue angle of 246.49º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #625E83 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 94 | 131 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.49 |
| HSL | 246.49º | 0.16% | 0.44% | - |
| HSV(B) | 246.49º | 0.28% | 0.51% | - |
| XYZ | 13.14 | 12.24 | 23.14 | - |
| YUV | 99.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 131 | 0.25 | 0.28 | 0 | 0.49 | 246.49 | 0.16 | 0.44 |
| Hex | 62 | 5E | 83 | 19 | 1C | 0 | 31 | F6 | 10 | 2C |
| Octal | 142 | 136 | 203 | 31 | 34 | 0 | 61 | 366 | 20 | 54 |
| Binary | 1100010 | 1011110 | 10000011 | 11001 | 11100 | 0 | 110001 | 11110110 | 10000 | 101100 |
Color Harmonies of #625E83
Complementary color
Monochromatic Colors of #625E83
Black with #625E83
Text Example
Text Example
White with #625E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E83; }
p { color: rgb(98,94,131); }
H1.HeaderClassName
{
color: #625E83;
}
.AnyTagClassName
{
color: #625E83;
}
</style>
background-color css
<style>
a { background-color: #625E83; }
a { background-color: rgb(98,94,131); }
div.DivClassName
{
background-color: #625E83;
}
.BgClassName
{
background-color: #625E83;
}
</style>
border-color css
<style>
span { border-color: #625E83; }
span { border-color: rgb(98,94,131); }
td.TdClassName
{
border-color: #625E83;
}
.TagClassName
{
border-color: #625E83;
}
</style>