Shades of Slate Blue #626BDD
Tints of Slate Blue #626BDD
RGB
CMYK
RGB Variations
Color information
#626BDD (or 0x626BDD) is known color: Slate Blue. HEX triplet: 62, 6B and DD. RGB value is (98,107,221). Sum of RGB (Red+Green+Blue) = 98+107+221=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #626BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BDD is #9D9422. Grayscale: #747474. Windows color (decimal): -10327075 or 14510946. OLE color: 14510946.
HSL color Cylindrical-coordinate representation of color #626BDD: hue angle of 235.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626BDD is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 107 | 221 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.13 |
| HSL | 235.61º | 0.64% | 0.63% | - |
| HSV(B) | 235.61º | 0.56% | 0.87% | - |
| XYZ | 23.35 | 18.33 | 70.71 | - |
| YUV | 117.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 221 | 0.56 | 0.52 | 0 | 0.13 | 235.61 | 0.64 | 0.63 |
| Hex | 62 | 6B | DD | 38 | 34 | 0 | D | EC | 40 | 3F |
| Octal | 142 | 153 | 335 | 70 | 64 | 0 | 15 | 354 | 100 | 77 |
| Binary | 1100010 | 1101011 | 11011101 | 111000 | 110100 | 0 | 1101 | 11101100 | 1000000 | 111111 |
Color Harmonies of #626BDD
Complementary color
Monochromatic Colors of #626BDD
Black with #626BDD
Text Example
Text Example
White with #626BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BDD; }
p { color: rgb(98,107,221); }
H1.HeaderClassName
{
color: #626BDD;
}
.AnyTagClassName
{
color: #626BDD;
}
</style>
background-color css
<style>
a { background-color: #626BDD; }
a { background-color: rgb(98,107,221); }
div.DivClassName
{
background-color: #626BDD;
}
.BgClassName
{
background-color: #626BDD;
}
</style>
border-color css
<style>
span { border-color: #626BDD; }
span { border-color: rgb(98,107,221); }
td.TdClassName
{
border-color: #626BDD;
}
.TagClassName
{
border-color: #626BDD;
}
</style>