Shades of Kimberly #625C87
Tints of Kimberly #625C87
RGB
CMYK
RGB Variations
Color information
#625C87 (or 0x625C87) is known color: Kimberly. HEX triplet: 62, 5C and 87. RGB value is (98,92,135). Sum of RGB (Red+Green+Blue) = 98+92+135=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #625C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C87 is #9DA378. Grayscale: #626262. Windows color (decimal): -10331001 or 8871010. OLE color: 8871010.
HSL color Cylindrical-coordinate representation of color #625C87: hue angle of 248.37º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #625C87 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 92 | 135 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.47 |
| HSL | 248.37º | 0.19% | 0.45% | - |
| HSV(B) | 248.37º | 0.32% | 0.53% | - |
| XYZ | 13.24 | 12 | 24.54 | - |
| YUV | 98.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 135 | 0.27 | 0.32 | 0 | 0.47 | 248.37 | 0.19 | 0.45 |
| Hex | 62 | 5C | 87 | 1B | 20 | 0 | 2F | F8 | 13 | 2D |
| Octal | 142 | 134 | 207 | 33 | 40 | 0 | 57 | 370 | 23 | 55 |
| Binary | 1100010 | 1011100 | 10000111 | 11011 | 100000 | 0 | 101111 | 11111000 | 10011 | 101101 |
Color Harmonies of #625C87
Complementary color
Monochromatic Colors of #625C87
Black with #625C87
Text Example
Text Example
White with #625C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C87; }
p { color: rgb(98,92,135); }
H1.HeaderClassName
{
color: #625C87;
}
.AnyTagClassName
{
color: #625C87;
}
</style>
background-color css
<style>
a { background-color: #625C87; }
a { background-color: rgb(98,92,135); }
div.DivClassName
{
background-color: #625C87;
}
.BgClassName
{
background-color: #625C87;
}
</style>
border-color css
<style>
span { border-color: #625C87; }
span { border-color: rgb(98,92,135); }
td.TdClassName
{
border-color: #625C87;
}
.TagClassName
{
border-color: #625C87;
}
</style>