Shades of Slate Blue #6249CA
Tints of Slate Blue #6249CA
RGB
CMYK
RGB Variations
Color information
#6249CA (or 0x6249CA) is known color: Slate Blue. HEX triplet: 62, 49 and CA. RGB value is (98,73,202). Sum of RGB (Red+Green+Blue) = 98+73+202=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #6249CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249CA is #9DB635. Grayscale: #5E5E5E. Windows color (decimal): -10335798 or 13257058. OLE color: 13257058.
HSL color Cylindrical-coordinate representation of color #6249CA: hue angle of 251.63º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6249CA is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 73 | 202 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.21 |
| HSL | 251.63º | 0.55% | 0.54% | - |
| HSV(B) | 251.63º | 0.64% | 0.79% | - |
| XYZ | 18.08 | 11.63 | 57.17 | - |
| YUV | 95.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 202 | 0.51 | 0.64 | 0 | 0.21 | 251.63 | 0.55 | 0.54 |
| Hex | 62 | 49 | CA | 33 | 40 | 0 | 15 | FC | 37 | 36 |
| Octal | 142 | 111 | 312 | 63 | 100 | 0 | 25 | 374 | 67 | 66 |
| Binary | 1100010 | 1001001 | 11001010 | 110011 | 1000000 | 0 | 10101 | 11111100 | 110111 | 110110 |
Color Harmonies of #6249CA
Complementary color
Monochromatic Colors of #6249CA
Black with #6249CA
Text Example
Text Example
White with #6249CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249CA; }
p { color: rgb(98,73,202); }
H1.HeaderClassName
{
color: #6249CA;
}
.AnyTagClassName
{
color: #6249CA;
}
</style>
background-color css
<style>
a { background-color: #6249CA; }
a { background-color: rgb(98,73,202); }
div.DivClassName
{
background-color: #6249CA;
}
.BgClassName
{
background-color: #6249CA;
}
</style>
border-color css
<style>
span { border-color: #6249CA; }
span { border-color: rgb(98,73,202); }
td.TdClassName
{
border-color: #6249CA;
}
.TagClassName
{
border-color: #6249CA;
}
</style>