Shades of Slate Blue #6241DF
Tints of Slate Blue #6241DF
RGB
CMYK
RGB Variations
Color information
#6241DF (or 0x6241DF) is known color: Slate Blue. HEX triplet: 62, 41 and DF. RGB value is (98,65,223). Sum of RGB (Red+Green+Blue) = 98+65+223=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #6241DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241DF is #9DBE20. Grayscale: #5C5C5C. Windows color (decimal): -10337825 or 14631266. OLE color: 14631266.
HSL color Cylindrical-coordinate representation of color #6241DF: hue angle of 252.53º 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 #6241DF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 65 | 223 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.13 |
| HSL | 252.53º | 0.71% | 0.56% | - |
| HSV(B) | 252.53º | 0.71% | 0.87% | - |
| XYZ | 20.25 | 11.7 | 71 | - |
| YUV | 92.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 223 | 0.56 | 0.71 | 0 | 0.13 | 252.53 | 0.71 | 0.56 |
| Hex | 62 | 41 | DF | 38 | 47 | 0 | D | FD | 47 | 38 |
| Octal | 142 | 101 | 337 | 70 | 107 | 0 | 15 | 375 | 107 | 70 |
| Binary | 1100010 | 1000001 | 11011111 | 111000 | 1000111 | 0 | 1101 | 11111101 | 1000111 | 111000 |
Color Harmonies of #6241DF
Complementary color
Monochromatic Colors of #6241DF
Black with #6241DF
Text Example
Text Example
White with #6241DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241DF; }
p { color: rgb(98,65,223); }
H1.HeaderClassName
{
color: #6241DF;
}
.AnyTagClassName
{
color: #6241DF;
}
</style>
background-color css
<style>
a { background-color: #6241DF; }
a { background-color: rgb(98,65,223); }
div.DivClassName
{
background-color: #6241DF;
}
.BgClassName
{
background-color: #6241DF;
}
</style>
border-color css
<style>
span { border-color: #6241DF; }
span { border-color: rgb(98,65,223); }
td.TdClassName
{
border-color: #6241DF;
}
.TagClassName
{
border-color: #6241DF;
}
</style>