Shades of Kimberly #625B88
Tints of Kimberly #625B88
RGB
CMYK
RGB Variations
Color information
#625B88 (or 0x625B88) is known color: Kimberly. HEX triplet: 62, 5B and 88. RGB value is (98,91,136). Sum of RGB (Red+Green+Blue) = 98+91+136=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #625B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625B88 is #9DA477. Grayscale: #626262. Windows color (decimal): -10331256 or 8936290. OLE color: 8936290.
HSL color Cylindrical-coordinate representation of color #625B88: hue angle of 249.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #625B88 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 91 | 136 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.47 |
| HSL | 249.33º | 0.2% | 0.45% | - |
| HSV(B) | 249.33º | 0.33% | 0.53% | - |
| XYZ | 13.22 | 11.86 | 24.88 | - |
| YUV | 98.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 136 | 0.28 | 0.33 | 0 | 0.47 | 249.33 | 0.2 | 0.45 |
| Hex | 62 | 5B | 88 | 1C | 21 | 0 | 2F | F9 | 14 | 2D |
| Octal | 142 | 133 | 210 | 34 | 41 | 0 | 57 | 371 | 24 | 55 |
| Binary | 1100010 | 1011011 | 10001000 | 11100 | 100001 | 0 | 101111 | 11111001 | 10100 | 101101 |
Color Harmonies of #625B88
Complementary color
Monochromatic Colors of #625B88
Black with #625B88
Text Example
Text Example
White with #625B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B88; }
p { color: rgb(98,91,136); }
H1.HeaderClassName
{
color: #625B88;
}
.AnyTagClassName
{
color: #625B88;
}
</style>
background-color css
<style>
a { background-color: #625B88; }
a { background-color: rgb(98,91,136); }
div.DivClassName
{
background-color: #625B88;
}
.BgClassName
{
background-color: #625B88;
}
</style>
border-color css
<style>
span { border-color: #625B88; }
span { border-color: rgb(98,91,136); }
td.TdClassName
{
border-color: #625B88;
}
.TagClassName
{
border-color: #625B88;
}
</style>