Shades of Slate Blue #626CDF
Tints of Slate Blue #626CDF
RGB
CMYK
RGB Variations
Color information
#626CDF (or 0x626CDF) is known color: Slate Blue. HEX triplet: 62, 6C and DF. RGB value is (98,108,223). Sum of RGB (Red+Green+Blue) = 98+108+223=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #626CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CDF is #9D9320. Grayscale: #757575. Windows color (decimal): -10326817 or 14642274. OLE color: 14642274.
HSL color Cylindrical-coordinate representation of color #626CDF: hue angle of 235.2º degrees, saturation: 0.66, 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 #626CDF is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 108 | 223 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.13 |
| HSL | 235.2º | 0.66% | 0.63% | - |
| HSV(B) | 235.2º | 0.56% | 0.87% | - |
| XYZ | 23.72 | 18.65 | 72.16 | - |
| YUV | 118.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 223 | 0.56 | 0.52 | 0 | 0.13 | 235.2 | 0.66 | 0.63 |
| Hex | 62 | 6C | DF | 38 | 34 | 0 | D | EB | 42 | 3F |
| Octal | 142 | 154 | 337 | 70 | 64 | 0 | 15 | 353 | 102 | 77 |
| Binary | 1100010 | 1101100 | 11011111 | 111000 | 110100 | 0 | 1101 | 11101011 | 1000010 | 111111 |
Color Harmonies of #626CDF
Complementary color
Monochromatic Colors of #626CDF
Black with #626CDF
Text Example
Text Example
White with #626CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CDF; }
p { color: rgb(98,108,223); }
H1.HeaderClassName
{
color: #626CDF;
}
.AnyTagClassName
{
color: #626CDF;
}
</style>
background-color css
<style>
a { background-color: #626CDF; }
a { background-color: rgb(98,108,223); }
div.DivClassName
{
background-color: #626CDF;
}
.BgClassName
{
background-color: #626CDF;
}
</style>
border-color css
<style>
span { border-color: #626CDF; }
span { border-color: rgb(98,108,223); }
td.TdClassName
{
border-color: #626CDF;
}
.TagClassName
{
border-color: #626CDF;
}
</style>