Shades of Slate Blue #626DDA
Tints of Slate Blue #626DDA
RGB
CMYK
RGB Variations
Color information
#626DDA (or 0x626DDA) is known color: Slate Blue. HEX triplet: 62, 6D and DA. RGB value is (98,109,218). Sum of RGB (Red+Green+Blue) = 98+109+218=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #626DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DDA is #9D9225. Grayscale: #757575. Windows color (decimal): -10326566 or 14314850. OLE color: 14314850.
HSL color Cylindrical-coordinate representation of color #626DDA: hue angle of 234.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626DDA is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 109 | 218 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.15 |
| HSL | 234.5º | 0.62% | 0.62% | - |
| HSV(B) | 234.5º | 0.55% | 0.85% | - |
| XYZ | 23.16 | 18.6 | 68.7 | - |
| YUV | 118.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 218 | 0.55 | 0.5 | 0 | 0.15 | 234.5 | 0.62 | 0.62 |
| Hex | 62 | 6D | DA | 37 | 32 | 0 | F | EA | 3E | 3E |
| Octal | 142 | 155 | 332 | 67 | 62 | 0 | 17 | 352 | 76 | 76 |
| Binary | 1100010 | 1101101 | 11011010 | 110111 | 110010 | 0 | 1111 | 11101010 | 111110 | 111110 |
Color Harmonies of #626DDA
Complementary color
Monochromatic Colors of #626DDA
Black with #626DDA
Text Example
Text Example
White with #626DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DDA; }
p { color: rgb(98,109,218); }
H1.HeaderClassName
{
color: #626DDA;
}
.AnyTagClassName
{
color: #626DDA;
}
</style>
background-color css
<style>
a { background-color: #626DDA; }
a { background-color: rgb(98,109,218); }
div.DivClassName
{
background-color: #626DDA;
}
.BgClassName
{
background-color: #626DDA;
}
</style>
border-color css
<style>
span { border-color: #626DDA; }
span { border-color: rgb(98,109,218); }
td.TdClassName
{
border-color: #626DDA;
}
.TagClassName
{
border-color: #626DDA;
}
</style>