Shades of Slate Blue #626ED3
Tints of Slate Blue #626ED3
RGB
CMYK
RGB Variations
Color information
#626ED3 (or 0x626ED3) is known color: Slate Blue. HEX triplet: 62, 6E and D3. RGB value is (98,110,211). Sum of RGB (Red+Green+Blue) = 98+110+211=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #626ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ED3 is #9D912C. Grayscale: #757575. Windows color (decimal): -10326317 or 13856354. OLE color: 13856354.
HSL color Cylindrical-coordinate representation of color #626ED3: hue angle of 233.63º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #626ED3 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 110 | 211 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.17 |
| HSL | 233.63º | 0.56% | 0.61% | - |
| HSV(B) | 233.63º | 0.54% | 0.83% | - |
| XYZ | 22.37 | 18.45 | 64.01 | - |
| YUV | 117.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 211 | 0.54 | 0.48 | 0 | 0.17 | 233.63 | 0.56 | 0.61 |
| Hex | 62 | 6E | D3 | 36 | 30 | 0 | 11 | EA | 38 | 3D |
| Octal | 142 | 156 | 323 | 66 | 60 | 0 | 21 | 352 | 70 | 75 |
| Binary | 1100010 | 1101110 | 11010011 | 110110 | 110000 | 0 | 10001 | 11101010 | 111000 | 111101 |
Color Harmonies of #626ED3
Complementary color
Monochromatic Colors of #626ED3
Black with #626ED3
Text Example
Text Example
White with #626ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626ED3; }
p { color: rgb(98,110,211); }
H1.HeaderClassName
{
color: #626ED3;
}
.AnyTagClassName
{
color: #626ED3;
}
</style>
background-color css
<style>
a { background-color: #626ED3; }
a { background-color: rgb(98,110,211); }
div.DivClassName
{
background-color: #626ED3;
}
.BgClassName
{
background-color: #626ED3;
}
</style>
border-color css
<style>
span { border-color: #626ED3; }
span { border-color: rgb(98,110,211); }
td.TdClassName
{
border-color: #626ED3;
}
.TagClassName
{
border-color: #626ED3;
}
</style>