Shades of Kimberly #625D8D
Tints of Kimberly #625D8D
RGB
CMYK
RGB Variations
Color information
#625D8D (or 0x625D8D) is known color: Kimberly. HEX triplet: 62, 5D and 8D. RGB value is (98,93,141). Sum of RGB (Red+Green+Blue) = 98+93+141=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #625D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D8D is #9DA272. Grayscale: #636363. Windows color (decimal): -10330739 or 9264482. OLE color: 9264482.
HSL color Cylindrical-coordinate representation of color #625D8D: hue angle of 246.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #625D8D is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 93 | 141 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.45 |
| HSL | 246.25º | 0.21% | 0.46% | - |
| HSV(B) | 246.25º | 0.34% | 0.55% | - |
| XYZ | 13.76 | 12.35 | 26.86 | - |
| YUV | 99.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 141 | 0.30 | 0.34 | 0 | 0.45 | 246.25 | 0.21 | 0.46 |
| Hex | 62 | 5D | 8D | 1E | 22 | 0 | 2D | F6 | 15 | 2E |
| Octal | 142 | 135 | 215 | 36 | 42 | 0 | 55 | 366 | 25 | 56 |
| Binary | 1100010 | 1011101 | 10001101 | 11110 | 100010 | 0 | 101101 | 11110110 | 10101 | 101110 |
Color Harmonies of #625D8D
Complementary color
Monochromatic Colors of #625D8D
Black with #625D8D
Text Example
Text Example
White with #625D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D8D; }
p { color: rgb(98,93,141); }
H1.HeaderClassName
{
color: #625D8D;
}
.AnyTagClassName
{
color: #625D8D;
}
</style>
background-color css
<style>
a { background-color: #625D8D; }
a { background-color: rgb(98,93,141); }
div.DivClassName
{
background-color: #625D8D;
}
.BgClassName
{
background-color: #625D8D;
}
</style>
border-color css
<style>
span { border-color: #625D8D; }
span { border-color: rgb(98,93,141); }
td.TdClassName
{
border-color: #625D8D;
}
.TagClassName
{
border-color: #625D8D;
}
</style>