Shades of Slate Blue #6250DF
Tints of Slate Blue #6250DF
RGB
CMYK
RGB Variations
Color information
#6250DF (or 0x6250DF) is known color: Slate Blue. HEX triplet: 62, 50 and DF. RGB value is (98,80,223). Sum of RGB (Red+Green+Blue) = 98+80+223=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #6250DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250DF is #9DAF20. Grayscale: #656565. Windows color (decimal): -10333985 or 14635106. OLE color: 14635106.
HSL color Cylindrical-coordinate representation of color #6250DF: hue angle of 247.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6250DF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 80 | 223 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.13 |
| HSL | 247.55º | 0.69% | 0.59% | - |
| HSV(B) | 247.55º | 0.64% | 0.87% | - |
| XYZ | 21.22 | 13.66 | 71.33 | - |
| YUV | 101.68 | 196.46 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 223 | 0.56 | 0.64 | 0 | 0.13 | 247.55 | 0.69 | 0.59 |
| Hex | 62 | 50 | DF | 38 | 40 | 0 | D | F8 | 45 | 3B |
| Octal | 142 | 120 | 337 | 70 | 100 | 0 | 15 | 370 | 105 | 73 |
| Binary | 1100010 | 1010000 | 11011111 | 111000 | 1000000 | 0 | 1101 | 11111000 | 1000101 | 111011 |
Color Harmonies of #6250DF
Complementary color
Monochromatic Colors of #6250DF
Black with #6250DF
Text Example
Text Example
White with #6250DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250DF; }
p { color: rgb(98,80,223); }
H1.HeaderClassName
{
color: #6250DF;
}
.AnyTagClassName
{
color: #6250DF;
}
</style>
background-color css
<style>
a { background-color: #6250DF; }
a { background-color: rgb(98,80,223); }
div.DivClassName
{
background-color: #6250DF;
}
.BgClassName
{
background-color: #6250DF;
}
</style>
border-color css
<style>
span { border-color: #6250DF; }
span { border-color: rgb(98,80,223); }
td.TdClassName
{
border-color: #6250DF;
}
.TagClassName
{
border-color: #6250DF;
}
</style>