Shades of Kimberly #625B86
Tints of Kimberly #625B86
RGB
CMYK
RGB Variations
Color information
#625B86 (or 0x625B86) is known color: Kimberly. HEX triplet: 62, 5B and 86. RGB value is (98,91,134). Sum of RGB (Red+Green+Blue) = 98+91+134=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #625B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B86 is #9DA479. Grayscale: #616161. Windows color (decimal): -10331258 or 8805218. OLE color: 8805218.
HSL color Cylindrical-coordinate representation of color #625B86: hue angle of 249.77º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625B86 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 91 | 134 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.47 |
| HSL | 249.77º | 0.19% | 0.44% | - |
| HSV(B) | 249.77º | 0.32% | 0.53% | - |
| XYZ | 13.08 | 11.8 | 24.14 | - |
| YUV | 98 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 134 | 0.27 | 0.32 | 0 | 0.47 | 249.77 | 0.19 | 0.44 |
| Hex | 62 | 5B | 86 | 1B | 20 | 0 | 2F | FA | 13 | 2C |
| Octal | 142 | 133 | 206 | 33 | 40 | 0 | 57 | 372 | 23 | 54 |
| Binary | 1100010 | 1011011 | 10000110 | 11011 | 100000 | 0 | 101111 | 11111010 | 10011 | 101100 |
Color Harmonies of #625B86
Complementary color
Monochromatic Colors of #625B86
Black with #625B86
Text Example
Text Example
White with #625B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B86; }
p { color: rgb(98,91,134); }
H1.HeaderClassName
{
color: #625B86;
}
.AnyTagClassName
{
color: #625B86;
}
</style>
background-color css
<style>
a { background-color: #625B86; }
a { background-color: rgb(98,91,134); }
div.DivClassName
{
background-color: #625B86;
}
.BgClassName
{
background-color: #625B86;
}
</style>
border-color css
<style>
span { border-color: #625B86; }
span { border-color: rgb(98,91,134); }
td.TdClassName
{
border-color: #625B86;
}
.TagClassName
{
border-color: #625B86;
}
</style>