Shades of Slate Blue #626CE0
Tints of Slate Blue #626CE0
RGB
CMYK
RGB Variations
Color information
#626CE0 (or 0x626CE0) is known color: Slate Blue. HEX triplet: 62, 6C and E0. RGB value is (98,108,224). Sum of RGB (Red+Green+Blue) = 98+108+224=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #626CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CE0 is #9D931F. Grayscale: #757575. Windows color (decimal): -10326816 or 14707810. OLE color: 14707810.
HSL color Cylindrical-coordinate representation of color #626CE0: hue angle of 235.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626CE0 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 108 | 224 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.12 |
| HSL | 235.24º | 0.67% | 0.63% | - |
| HSV(B) | 235.24º | 0.56% | 0.88% | - |
| XYZ | 23.85 | 18.7 | 72.87 | - |
| YUV | 118.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 224 | 0.56 | 0.52 | 0 | 0.12 | 235.24 | 0.67 | 0.63 |
| Hex | 62 | 6C | E0 | 38 | 34 | 0 | C | EB | 43 | 3F |
| Octal | 142 | 154 | 340 | 70 | 64 | 0 | 14 | 353 | 103 | 77 |
| Binary | 1100010 | 1101100 | 11100000 | 111000 | 110100 | 0 | 1100 | 11101011 | 1000011 | 111111 |
Color Harmonies of #626CE0
Complementary color
Monochromatic Colors of #626CE0
Black with #626CE0
Text Example
Text Example
White with #626CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CE0; }
p { color: rgb(98,108,224); }
H1.HeaderClassName
{
color: #626CE0;
}
.AnyTagClassName
{
color: #626CE0;
}
</style>
background-color css
<style>
a { background-color: #626CE0; }
a { background-color: rgb(98,108,224); }
div.DivClassName
{
background-color: #626CE0;
}
.BgClassName
{
background-color: #626CE0;
}
</style>
border-color css
<style>
span { border-color: #626CE0; }
span { border-color: rgb(98,108,224); }
td.TdClassName
{
border-color: #626CE0;
}
.TagClassName
{
border-color: #626CE0;
}
</style>