Shades of Slate Blue #6249CE
Tints of Slate Blue #6249CE
RGB
CMYK
RGB Variations
Color information
#6249CE (or 0x6249CE) is known color: Slate Blue. HEX triplet: 62, 49 and CE. RGB value is (98,73,206). Sum of RGB (Red+Green+Blue) = 98+73+206=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #6249CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249CE is #9DB631. Grayscale: #5F5F5F. Windows color (decimal): -10335794 or 13519202. OLE color: 13519202.
HSL color Cylindrical-coordinate representation of color #6249CE: hue angle of 251.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6249CE is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 73 | 206 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.19 |
| HSL | 251.28º | 0.58% | 0.55% | - |
| HSV(B) | 251.28º | 0.65% | 0.81% | - |
| XYZ | 18.56 | 11.82 | 59.7 | - |
| YUV | 95.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 206 | 0.52 | 0.65 | 0 | 0.19 | 251.28 | 0.58 | 0.55 |
| Hex | 62 | 49 | CE | 34 | 41 | 0 | 13 | FB | 3A | 37 |
| Octal | 142 | 111 | 316 | 64 | 101 | 0 | 23 | 373 | 72 | 67 |
| Binary | 1100010 | 1001001 | 11001110 | 110100 | 1000001 | 0 | 10011 | 11111011 | 111010 | 110111 |
Color Harmonies of #6249CE
Complementary color
Monochromatic Colors of #6249CE
Black with #6249CE
Text Example
Text Example
White with #6249CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249CE; }
p { color: rgb(98,73,206); }
H1.HeaderClassName
{
color: #6249CE;
}
.AnyTagClassName
{
color: #6249CE;
}
</style>
background-color css
<style>
a { background-color: #6249CE; }
a { background-color: rgb(98,73,206); }
div.DivClassName
{
background-color: #6249CE;
}
.BgClassName
{
background-color: #6249CE;
}
</style>
border-color css
<style>
span { border-color: #6249CE; }
span { border-color: rgb(98,73,206); }
td.TdClassName
{
border-color: #6249CE;
}
.TagClassName
{
border-color: #6249CE;
}
</style>