Shades of Kimberly #625B84
Tints of Kimberly #625B84
RGB
CMYK
RGB Variations
Color information
#625B84 (or 0x625B84) is known color: Kimberly. HEX triplet: 62, 5B and 84. RGB value is (98,91,132). Sum of RGB (Red+Green+Blue) = 98+91+132=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #625B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B84 is #9DA47B. Grayscale: #616161. Windows color (decimal): -10331260 or 8674146. OLE color: 8674146.
HSL color Cylindrical-coordinate representation of color #625B84: hue angle of 250.24º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #625B84 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 91 | 132 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.48 |
| HSL | 250.24º | 0.18% | 0.44% | - |
| HSV(B) | 250.24º | 0.31% | 0.52% | - |
| XYZ | 12.94 | 11.74 | 23.41 | - |
| YUV | 97.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 132 | 0.26 | 0.31 | 0 | 0.48 | 250.24 | 0.18 | 0.44 |
| Hex | 62 | 5B | 84 | 1A | 1F | 0 | 30 | FA | 12 | 2C |
| Octal | 142 | 133 | 204 | 32 | 37 | 0 | 60 | 372 | 22 | 54 |
| Binary | 1100010 | 1011011 | 10000100 | 11010 | 11111 | 0 | 110000 | 11111010 | 10010 | 101100 |
Color Harmonies of #625B84
Complementary color
Monochromatic Colors of #625B84
Black with #625B84
Text Example
Text Example
White with #625B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B84; }
p { color: rgb(98,91,132); }
H1.HeaderClassName
{
color: #625B84;
}
.AnyTagClassName
{
color: #625B84;
}
</style>
background-color css
<style>
a { background-color: #625B84; }
a { background-color: rgb(98,91,132); }
div.DivClassName
{
background-color: #625B84;
}
.BgClassName
{
background-color: #625B84;
}
</style>
border-color css
<style>
span { border-color: #625B84; }
span { border-color: rgb(98,91,132); }
td.TdClassName
{
border-color: #625B84;
}
.TagClassName
{
border-color: #625B84;
}
</style>