Shades of Slate Blue #626BD2
Tints of Slate Blue #626BD2
RGB
CMYK
RGB Variations
Color information
#626BD2 (or 0x626BD2) is known color: Slate Blue. HEX triplet: 62, 6B and D2. RGB value is (98,107,210). Sum of RGB (Red+Green+Blue) = 98+107+210=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #626BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BD2 is #9D942D. Grayscale: #737373. Windows color (decimal): -10327086 or 13790050. OLE color: 13790050.
HSL color Cylindrical-coordinate representation of color #626BD2: hue angle of 235.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #626BD2 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 107 | 210 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.18 |
| HSL | 235.18º | 0.55% | 0.6% | - |
| HSV(B) | 235.18º | 0.53% | 0.82% | - |
| XYZ | 21.93 | 17.77 | 63.25 | - |
| YUV | 116.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 210 | 0.53 | 0.49 | 0 | 0.18 | 235.18 | 0.55 | 0.6 |
| Hex | 62 | 6B | D2 | 35 | 31 | 0 | 12 | EB | 37 | 3C |
| Octal | 142 | 153 | 322 | 65 | 61 | 0 | 22 | 353 | 67 | 74 |
| Binary | 1100010 | 1101011 | 11010010 | 110101 | 110001 | 0 | 10010 | 11101011 | 110111 | 111100 |
Color Harmonies of #626BD2
Complementary color
Monochromatic Colors of #626BD2
Black with #626BD2
Text Example
Text Example
White with #626BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BD2; }
p { color: rgb(98,107,210); }
H1.HeaderClassName
{
color: #626BD2;
}
.AnyTagClassName
{
color: #626BD2;
}
</style>
background-color css
<style>
a { background-color: #626BD2; }
a { background-color: rgb(98,107,210); }
div.DivClassName
{
background-color: #626BD2;
}
.BgClassName
{
background-color: #626BD2;
}
</style>
border-color css
<style>
span { border-color: #626BD2; }
span { border-color: rgb(98,107,210); }
td.TdClassName
{
border-color: #626BD2;
}
.TagClassName
{
border-color: #626BD2;
}
</style>