Shades of Medium Slate Blue #626BED
Tints of Medium Slate Blue #626BED
RGB
CMYK
RGB Variations
Color information
#626BED (or 0x626BED) is known color: Medium Slate Blue. HEX triplet: 62, 6B and ED. RGB value is (98,107,237). Sum of RGB (Red+Green+Blue) = 98+107+237=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #626BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626BED is #9D9412. Grayscale: #767676. Windows color (decimal): -10327059 or 15559522. OLE color: 15559522.
HSL color Cylindrical-coordinate representation of color #626BED: hue angle of 236.12º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #626BED is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 107 | 237 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.07 |
| HSL | 236.12º | 0.79% | 0.66% | - |
| HSV(B) | 236.12º | 0.59% | 0.93% | - |
| XYZ | 25.58 | 19.23 | 82.48 | - |
| YUV | 119.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 237 | 0.59 | 0.55 | 0 | 0.07 | 236.12 | 0.79 | 0.66 |
| Hex | 62 | 6B | ED | 3B | 37 | 0 | 7 | EC | 4F | 42 |
| Octal | 142 | 153 | 355 | 73 | 67 | 0 | 7 | 354 | 117 | 102 |
| Binary | 1100010 | 1101011 | 11101101 | 111011 | 110111 | 0 | 111 | 11101100 | 1001111 | 1000010 |
Color Harmonies of #626BED
Complementary color
Monochromatic Colors of #626BED
Black with #626BED
Text Example
Text Example
White with #626BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BED; }
p { color: rgb(98,107,237); }
H1.HeaderClassName
{
color: #626BED;
}
.AnyTagClassName
{
color: #626BED;
}
</style>
background-color css
<style>
a { background-color: #626BED; }
a { background-color: rgb(98,107,237); }
div.DivClassName
{
background-color: #626BED;
}
.BgClassName
{
background-color: #626BED;
}
</style>
border-color css
<style>
span { border-color: #626BED; }
span { border-color: rgb(98,107,237); }
td.TdClassName
{
border-color: #626BED;
}
.TagClassName
{
border-color: #626BED;
}
</style>