Shades of Kimberly #625E81
Tints of Kimberly #625E81
RGB
CMYK
RGB Variations
Color information
#625E81 (or 0x625E81) is known color: Kimberly. HEX triplet: 62, 5E and 81. RGB value is (98,94,129). Sum of RGB (Red+Green+Blue) = 98+94+129=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #625E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E81 is #9DA17E. Grayscale: #636363. Windows color (decimal): -10330495 or 8478306. OLE color: 8478306.
HSL color Cylindrical-coordinate representation of color #625E81: hue angle of 246.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #625E81 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 94 | 129 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.49 |
| HSL | 246.86º | 0.16% | 0.44% | - |
| HSV(B) | 246.86º | 0.27% | 0.51% | - |
| XYZ | 13 | 12.19 | 22.44 | - |
| YUV | 99.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 129 | 0.24 | 0.27 | 0 | 0.49 | 246.86 | 0.16 | 0.44 |
| Hex | 62 | 5E | 81 | 18 | 1B | 0 | 31 | F7 | 10 | 2C |
| Octal | 142 | 136 | 201 | 30 | 33 | 0 | 61 | 367 | 20 | 54 |
| Binary | 1100010 | 1011110 | 10000001 | 11000 | 11011 | 0 | 110001 | 11110111 | 10000 | 101100 |
Color Harmonies of #625E81
Complementary color
Monochromatic Colors of #625E81
Black with #625E81
Text Example
Text Example
White with #625E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E81; }
p { color: rgb(98,94,129); }
H1.HeaderClassName
{
color: #625E81;
}
.AnyTagClassName
{
color: #625E81;
}
</style>
background-color css
<style>
a { background-color: #625E81; }
a { background-color: rgb(98,94,129); }
div.DivClassName
{
background-color: #625E81;
}
.BgClassName
{
background-color: #625E81;
}
</style>
border-color css
<style>
span { border-color: #625E81; }
span { border-color: rgb(98,94,129); }
td.TdClassName
{
border-color: #625E81;
}
.TagClassName
{
border-color: #625E81;
}
</style>