Shades of Slate Blue #625BD6
Tints of Slate Blue #625BD6
RGB
CMYK
RGB Variations
Color information
#625BD6 (or 0x625BD6) is known color: Slate Blue. HEX triplet: 62, 5B and D6. RGB value is (98,91,214). Sum of RGB (Red+Green+Blue) = 98+91+214=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #625BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BD6 is #9DA429. Grayscale: #6A6A6A. Windows color (decimal): -10331178 or 14048098. OLE color: 14048098.
HSL color Cylindrical-coordinate representation of color #625BD6: hue angle of 243.41º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625BD6 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 91 | 214 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.16 |
| HSL | 243.41º | 0.6% | 0.6% | - |
| HSV(B) | 243.41º | 0.57% | 0.84% | - |
| XYZ | 20.92 | 14.93 | 65.4 | - |
| YUV | 107.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 214 | 0.54 | 0.57 | 0 | 0.16 | 243.41 | 0.6 | 0.6 |
| Hex | 62 | 5B | D6 | 36 | 39 | 0 | 10 | F3 | 3C | 3C |
| Octal | 142 | 133 | 326 | 66 | 71 | 0 | 20 | 363 | 74 | 74 |
| Binary | 1100010 | 1011011 | 11010110 | 110110 | 111001 | 0 | 10000 | 11110011 | 111100 | 111100 |
Color Harmonies of #625BD6
Complementary color
Monochromatic Colors of #625BD6
Black with #625BD6
Text Example
Text Example
White with #625BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625BD6; }
p { color: rgb(98,91,214); }
H1.HeaderClassName
{
color: #625BD6;
}
.AnyTagClassName
{
color: #625BD6;
}
</style>
background-color css
<style>
a { background-color: #625BD6; }
a { background-color: rgb(98,91,214); }
div.DivClassName
{
background-color: #625BD6;
}
.BgClassName
{
background-color: #625BD6;
}
</style>
border-color css
<style>
span { border-color: #625BD6; }
span { border-color: rgb(98,91,214); }
td.TdClassName
{
border-color: #625BD6;
}
.TagClassName
{
border-color: #625BD6;
}
</style>