Shades of Slate Blue #625CE6
Tints of Slate Blue #625CE6
RGB
CMYK
RGB Variations
Color information
#625CE6 (or 0x625CE6) is known color: Slate Blue. HEX triplet: 62, 5C and E6. RGB value is (98,92,230). Sum of RGB (Red+Green+Blue) = 98+92+230=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #625CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625CE6 is #9DA319. Grayscale: #6C6C6C. Windows color (decimal): -10330906 or 15096930. OLE color: 15096930.
HSL color Cylindrical-coordinate representation of color #625CE6: hue angle of 242.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #625CE6 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 92 | 230 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.10 |
| HSL | 242.61º | 0.73% | 0.63% | - |
| HSV(B) | 242.61º | 0.6% | 0.9% | - |
| XYZ | 23.15 | 15.96 | 76.72 | - |
| YUV | 109.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 230 | 0.57 | 0.60 | 0 | 0.10 | 242.61 | 0.73 | 0.63 |
| Hex | 62 | 5C | E6 | 39 | 3C | 0 | A | F3 | 49 | 3F |
| Octal | 142 | 134 | 346 | 71 | 74 | 0 | 12 | 363 | 111 | 77 |
| Binary | 1100010 | 1011100 | 11100110 | 111001 | 111100 | 0 | 1010 | 11110011 | 1001001 | 111111 |
Color Harmonies of #625CE6
Complementary color
Monochromatic Colors of #625CE6
Black with #625CE6
Text Example
Text Example
White with #625CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CE6; }
p { color: rgb(98,92,230); }
H1.HeaderClassName
{
color: #625CE6;
}
.AnyTagClassName
{
color: #625CE6;
}
</style>
background-color css
<style>
a { background-color: #625CE6; }
a { background-color: rgb(98,92,230); }
div.DivClassName
{
background-color: #625CE6;
}
.BgClassName
{
background-color: #625CE6;
}
</style>
border-color css
<style>
span { border-color: #625CE6; }
span { border-color: rgb(98,92,230); }
td.TdClassName
{
border-color: #625CE6;
}
.TagClassName
{
border-color: #625CE6;
}
</style>