Shades of Kimberly #625984
Tints of Kimberly #625984
RGB
CMYK
RGB Variations
Color information
#625984 (or 0x625984) is known color: Kimberly. HEX triplet: 62, 59 and 84. RGB value is (98,89,132). Sum of RGB (Red+Green+Blue) = 98+89+132=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #625984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625984 is #9DA67B. Grayscale: #606060. Windows color (decimal): -10331772 or 8673634. OLE color: 8673634.
HSL color Cylindrical-coordinate representation of color #625984: hue angle of 252.56º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625984 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 89 | 132 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.48 |
| HSL | 252.56º | 0.19% | 0.43% | - |
| HSV(B) | 252.56º | 0.33% | 0.52% | - |
| XYZ | 12.77 | 11.41 | 23.36 | - |
| YUV | 96.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 132 | 0.26 | 0.33 | 0 | 0.48 | 252.56 | 0.19 | 0.43 |
| Hex | 62 | 59 | 84 | 1A | 21 | 0 | 30 | FD | 13 | 2B |
| Octal | 142 | 131 | 204 | 32 | 41 | 0 | 60 | 375 | 23 | 53 |
| Binary | 1100010 | 1011001 | 10000100 | 11010 | 100001 | 0 | 110000 | 11111101 | 10011 | 101011 |
Color Harmonies of #625984
Complementary color
Monochromatic Colors of #625984
Black with #625984
Text Example
Text Example
White with #625984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625984; }
p { color: rgb(98,89,132); }
H1.HeaderClassName
{
color: #625984;
}
.AnyTagClassName
{
color: #625984;
}
</style>
background-color css
<style>
a { background-color: #625984; }
a { background-color: rgb(98,89,132); }
div.DivClassName
{
background-color: #625984;
}
.BgClassName
{
background-color: #625984;
}
</style>
border-color css
<style>
span { border-color: #625984; }
span { border-color: rgb(98,89,132); }
td.TdClassName
{
border-color: #625984;
}
.TagClassName
{
border-color: #625984;
}
</style>