Shades of Slate Blue #6240DF
Tints of Slate Blue #6240DF
RGB
CMYK
RGB Variations
Color information
#6240DF (or 0x6240DF) is known color: Slate Blue. HEX triplet: 62, 40 and DF. RGB value is (98,64,223). Sum of RGB (Red+Green+Blue) = 98+64+223=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #6240DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6240DF is #9DBF20. Grayscale: #5B5B5B. Windows color (decimal): -10338081 or 14631010. OLE color: 14631010.
HSL color Cylindrical-coordinate representation of color #6240DF: hue angle of 252.83º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6240DF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 64 | 223 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.13 |
| HSL | 252.83º | 0.71% | 0.56% | - |
| HSV(B) | 252.83º | 0.71% | 0.87% | - |
| XYZ | 20.19 | 11.59 | 70.99 | - |
| YUV | 92.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 223 | 0.56 | 0.71 | 0 | 0.13 | 252.83 | 0.71 | 0.56 |
| Hex | 62 | 40 | DF | 38 | 47 | 0 | D | FD | 47 | 38 |
| Octal | 142 | 100 | 337 | 70 | 107 | 0 | 15 | 375 | 107 | 70 |
| Binary | 1100010 | 1000000 | 11011111 | 111000 | 1000111 | 0 | 1101 | 11111101 | 1000111 | 111000 |
Color Harmonies of #6240DF
Complementary color
Monochromatic Colors of #6240DF
Black with #6240DF
Text Example
Text Example
White with #6240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240DF; }
p { color: rgb(98,64,223); }
H1.HeaderClassName
{
color: #6240DF;
}
.AnyTagClassName
{
color: #6240DF;
}
</style>
background-color css
<style>
a { background-color: #6240DF; }
a { background-color: rgb(98,64,223); }
div.DivClassName
{
background-color: #6240DF;
}
.BgClassName
{
background-color: #6240DF;
}
</style>
border-color css
<style>
span { border-color: #6240DF; }
span { border-color: rgb(98,64,223); }
td.TdClassName
{
border-color: #6240DF;
}
.TagClassName
{
border-color: #6240DF;
}
</style>