Shades of Slate Blue #6250CE
Tints of Slate Blue #6250CE
RGB
CMYK
RGB Variations
Color information
#6250CE (or 0x6250CE) is known color: Slate Blue. HEX triplet: 62, 50 and CE. RGB value is (98,80,206). Sum of RGB (Red+Green+Blue) = 98+80+206=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #6250CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250CE is #9DAF31. Grayscale: #636363. Windows color (decimal): -10334002 or 13520994. OLE color: 13520994.
HSL color Cylindrical-coordinate representation of color #6250CE: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6250CE is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 80 | 206 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.19 |
| HSL | 248.57º | 0.56% | 0.56% | - |
| HSV(B) | 248.57º | 0.61% | 0.81% | - |
| XYZ | 19.05 | 12.79 | 59.86 | - |
| YUV | 99.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 206 | 0.52 | 0.61 | 0 | 0.19 | 248.57 | 0.56 | 0.56 |
| Hex | 62 | 50 | CE | 34 | 3D | 0 | 13 | F9 | 38 | 38 |
| Octal | 142 | 120 | 316 | 64 | 75 | 0 | 23 | 371 | 70 | 70 |
| Binary | 1100010 | 1010000 | 11001110 | 110100 | 111101 | 0 | 10011 | 11111001 | 111000 | 111000 |
Color Harmonies of #6250CE
Complementary color
Monochromatic Colors of #6250CE
Black with #6250CE
Text Example
Text Example
White with #6250CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250CE; }
p { color: rgb(98,80,206); }
H1.HeaderClassName
{
color: #6250CE;
}
.AnyTagClassName
{
color: #6250CE;
}
</style>
background-color css
<style>
a { background-color: #6250CE; }
a { background-color: rgb(98,80,206); }
div.DivClassName
{
background-color: #6250CE;
}
.BgClassName
{
background-color: #6250CE;
}
</style>
border-color css
<style>
span { border-color: #6250CE; }
span { border-color: rgb(98,80,206); }
td.TdClassName
{
border-color: #6250CE;
}
.TagClassName
{
border-color: #6250CE;
}
</style>