Shades of Slate Blue #6241D0
Tints of Slate Blue #6241D0
RGB
CMYK
RGB Variations
Color information
#6241D0 (or 0x6241D0) is known color: Slate Blue. HEX triplet: 62, 41 and D0. RGB value is (98,65,208). Sum of RGB (Red+Green+Blue) = 98+65+208=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #6241D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241D0 is #9DBE2F. Grayscale: #5A5A5A. Windows color (decimal): -10337840 or 13648226. OLE color: 13648226.
HSL color Cylindrical-coordinate representation of color #6241D0: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6241D0 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 65 | 208 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.18 |
| HSL | 253.85º | 0.6% | 0.54% | - |
| HSV(B) | 253.85º | 0.69% | 0.82% | - |
| XYZ | 18.31 | 10.93 | 60.82 | - |
| YUV | 91.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 208 | 0.53 | 0.69 | 0 | 0.18 | 253.85 | 0.6 | 0.54 |
| Hex | 62 | 41 | D0 | 35 | 45 | 0 | 12 | FE | 3C | 36 |
| Octal | 142 | 101 | 320 | 65 | 105 | 0 | 22 | 376 | 74 | 66 |
| Binary | 1100010 | 1000001 | 11010000 | 110101 | 1000101 | 0 | 10010 | 11111110 | 111100 | 110110 |
Color Harmonies of #6241D0
Complementary color
Monochromatic Colors of #6241D0
Black with #6241D0
Text Example
Text Example
White with #6241D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241D0; }
p { color: rgb(98,65,208); }
H1.HeaderClassName
{
color: #6241D0;
}
.AnyTagClassName
{
color: #6241D0;
}
</style>
background-color css
<style>
a { background-color: #6241D0; }
a { background-color: rgb(98,65,208); }
div.DivClassName
{
background-color: #6241D0;
}
.BgClassName
{
background-color: #6241D0;
}
</style>
border-color css
<style>
span { border-color: #6241D0; }
span { border-color: rgb(98,65,208); }
td.TdClassName
{
border-color: #6241D0;
}
.TagClassName
{
border-color: #6241D0;
}
</style>