Shades of Kimberly #625E92
Tints of Kimberly #625E92
RGB
CMYK
RGB Variations
Color information
#625E92 (or 0x625E92) is known color: Kimberly. HEX triplet: 62, 5E and 92. RGB value is (98,94,146). Sum of RGB (Red+Green+Blue) = 98+94+146=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #625E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E92 is #9DA16D. Grayscale: #646464. Windows color (decimal): -10330478 or 9592418. OLE color: 9592418.
HSL color Cylindrical-coordinate representation of color #625E92: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625E92 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 94 | 146 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.43 |
| HSL | 244.62º | 0.22% | 0.47% | - |
| HSV(B) | 244.62º | 0.36% | 0.57% | - |
| XYZ | 14.23 | 12.68 | 28.89 | - |
| YUV | 101.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 146 | 0.33 | 0.36 | 0 | 0.43 | 244.62 | 0.22 | 0.47 |
| Hex | 62 | 5E | 92 | 21 | 24 | 0 | 2B | F5 | 16 | 2F |
| Octal | 142 | 136 | 222 | 41 | 44 | 0 | 53 | 365 | 26 | 57 |
| Binary | 1100010 | 1011110 | 10010010 | 100001 | 100100 | 0 | 101011 | 11110101 | 10110 | 101111 |
Color Harmonies of #625E92
Complementary color
Monochromatic Colors of #625E92
Black with #625E92
Text Example
Text Example
White with #625E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E92; }
p { color: rgb(98,94,146); }
H1.HeaderClassName
{
color: #625E92;
}
.AnyTagClassName
{
color: #625E92;
}
</style>
background-color css
<style>
a { background-color: #625E92; }
a { background-color: rgb(98,94,146); }
div.DivClassName
{
background-color: #625E92;
}
.BgClassName
{
background-color: #625E92;
}
</style>
border-color css
<style>
span { border-color: #625E92; }
span { border-color: rgb(98,94,146); }
td.TdClassName
{
border-color: #625E92;
}
.TagClassName
{
border-color: #625E92;
}
</style>