Shades of Kimberly #625E8A
Tints of Kimberly #625E8A
RGB
CMYK
RGB Variations
Color information
#625E8A (or 0x625E8A) is known color: Kimberly. HEX triplet: 62, 5E and 8A. RGB value is (98,94,138). Sum of RGB (Red+Green+Blue) = 98+94+138=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #625E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625E8A is #9DA175. Grayscale: #646464. Windows color (decimal): -10330486 or 9068130. OLE color: 9068130.
HSL color Cylindrical-coordinate representation of color #625E8A: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625E8A is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 94 | 138 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.46 |
| HSL | 245.45º | 0.19% | 0.45% | - |
| HSV(B) | 245.45º | 0.32% | 0.54% | - |
| XYZ | 13.63 | 12.44 | 25.73 | - |
| YUV | 100.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 138 | 0.29 | 0.32 | 0 | 0.46 | 245.45 | 0.19 | 0.45 |
| Hex | 62 | 5E | 8A | 1D | 20 | 0 | 2E | F5 | 13 | 2D |
| Octal | 142 | 136 | 212 | 35 | 40 | 0 | 56 | 365 | 23 | 55 |
| Binary | 1100010 | 1011110 | 10001010 | 11101 | 100000 | 0 | 101110 | 11110101 | 10011 | 101101 |
Color Harmonies of #625E8A
Complementary color
Monochromatic Colors of #625E8A
Black with #625E8A
Text Example
Text Example
White with #625E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E8A; }
p { color: rgb(98,94,138); }
H1.HeaderClassName
{
color: #625E8A;
}
.AnyTagClassName
{
color: #625E8A;
}
</style>
background-color css
<style>
a { background-color: #625E8A; }
a { background-color: rgb(98,94,138); }
div.DivClassName
{
background-color: #625E8A;
}
.BgClassName
{
background-color: #625E8A;
}
</style>
border-color css
<style>
span { border-color: #625E8A; }
span { border-color: rgb(98,94,138); }
td.TdClassName
{
border-color: #625E8A;
}
.TagClassName
{
border-color: #625E8A;
}
</style>