Shades of Kimberly #625F90
Tints of Kimberly #625F90
RGB
CMYK
RGB Variations
Color information
#625F90 (or 0x625F90) is known color: Kimberly. HEX triplet: 62, 5F and 90. RGB value is (98,95,144). Sum of RGB (Red+Green+Blue) = 98+95+144=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #625F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F90 is #9DA06F. Grayscale: #656565. Windows color (decimal): -10330224 or 9461602. OLE color: 9461602.
HSL color Cylindrical-coordinate representation of color #625F90: hue angle of 243.67º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625F90 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 95 | 144 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.44 |
| HSL | 243.67º | 0.21% | 0.47% | - |
| HSV(B) | 243.67º | 0.34% | 0.56% | - |
| XYZ | 14.16 | 12.79 | 28.11 | - |
| YUV | 101.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 144 | 0.32 | 0.34 | 0 | 0.44 | 243.67 | 0.21 | 0.47 |
| Hex | 62 | 5F | 90 | 20 | 22 | 0 | 2C | F4 | 15 | 2F |
| Octal | 142 | 137 | 220 | 40 | 42 | 0 | 54 | 364 | 25 | 57 |
| Binary | 1100010 | 1011111 | 10010000 | 100000 | 100010 | 0 | 101100 | 11110100 | 10101 | 101111 |
Color Harmonies of #625F90
Complementary color
Monochromatic Colors of #625F90
Black with #625F90
Text Example
Text Example
White with #625F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F90; }
p { color: rgb(98,95,144); }
H1.HeaderClassName
{
color: #625F90;
}
.AnyTagClassName
{
color: #625F90;
}
</style>
background-color css
<style>
a { background-color: #625F90; }
a { background-color: rgb(98,95,144); }
div.DivClassName
{
background-color: #625F90;
}
.BgClassName
{
background-color: #625F90;
}
</style>
border-color css
<style>
span { border-color: #625F90; }
span { border-color: rgb(98,95,144); }
td.TdClassName
{
border-color: #625F90;
}
.TagClassName
{
border-color: #625F90;
}
</style>