Shades of Slate Blue #625EC9
Tints of Slate Blue #625EC9
RGB
CMYK
RGB Variations
Color information
#625EC9 (or 0x625EC9) is known color: Slate Blue. HEX triplet: 62, 5E and C9. RGB value is (98,94,201). Sum of RGB (Red+Green+Blue) = 98+94+201=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #625EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EC9 is #9DA136. Grayscale: #6A6A6A. Windows color (decimal): -10330423 or 13196898. OLE color: 13196898.
HSL color Cylindrical-coordinate representation of color #625EC9: hue angle of 242.24º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625EC9 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 94 | 201 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.21 |
| HSL | 242.24º | 0.5% | 0.58% | - |
| HSV(B) | 242.24º | 0.53% | 0.79% | - |
| XYZ | 19.58 | 14.82 | 57.09 | - |
| YUV | 107.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 201 | 0.51 | 0.53 | 0 | 0.21 | 242.24 | 0.5 | 0.58 |
| Hex | 62 | 5E | C9 | 33 | 35 | 0 | 15 | F2 | 32 | 3A |
| Octal | 142 | 136 | 311 | 63 | 65 | 0 | 25 | 362 | 62 | 72 |
| Binary | 1100010 | 1011110 | 11001001 | 110011 | 110101 | 0 | 10101 | 11110010 | 110010 | 111010 |
Color Harmonies of #625EC9
Complementary color
Monochromatic Colors of #625EC9
Black with #625EC9
Text Example
Text Example
White with #625EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EC9; }
p { color: rgb(98,94,201); }
H1.HeaderClassName
{
color: #625EC9;
}
.AnyTagClassName
{
color: #625EC9;
}
</style>
background-color css
<style>
a { background-color: #625EC9; }
a { background-color: rgb(98,94,201); }
div.DivClassName
{
background-color: #625EC9;
}
.BgClassName
{
background-color: #625EC9;
}
</style>
border-color css
<style>
span { border-color: #625EC9; }
span { border-color: rgb(98,94,201); }
td.TdClassName
{
border-color: #625EC9;
}
.TagClassName
{
border-color: #625EC9;
}
</style>