Shades of Slate Blue #6249CB
Tints of Slate Blue #6249CB
RGB
CMYK
RGB Variations
Color information
#6249CB (or 0x6249CB) is known color: Slate Blue. HEX triplet: 62, 49 and CB. RGB value is (98,73,203). Sum of RGB (Red+Green+Blue) = 98+73+203=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6249CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249CB is #9DB634. Grayscale: #5E5E5E. Windows color (decimal): -10335797 or 13322594. OLE color: 13322594.
HSL color Cylindrical-coordinate representation of color #6249CB: hue angle of 251.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6249CB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 73 | 203 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.20 |
| HSL | 251.54º | 0.56% | 0.54% | - |
| HSV(B) | 251.54º | 0.64% | 0.8% | - |
| XYZ | 18.2 | 11.67 | 57.79 | - |
| YUV | 95.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 203 | 0.52 | 0.64 | 0 | 0.20 | 251.54 | 0.56 | 0.54 |
| Hex | 62 | 49 | CB | 34 | 40 | 0 | 14 | FC | 38 | 36 |
| Octal | 142 | 111 | 313 | 64 | 100 | 0 | 24 | 374 | 70 | 66 |
| Binary | 1100010 | 1001001 | 11001011 | 110100 | 1000000 | 0 | 10100 | 11111100 | 111000 | 110110 |
Color Harmonies of #6249CB
Complementary color
Monochromatic Colors of #6249CB
Black with #6249CB
Text Example
Text Example
White with #6249CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249CB; }
p { color: rgb(98,73,203); }
H1.HeaderClassName
{
color: #6249CB;
}
.AnyTagClassName
{
color: #6249CB;
}
</style>
background-color css
<style>
a { background-color: #6249CB; }
a { background-color: rgb(98,73,203); }
div.DivClassName
{
background-color: #6249CB;
}
.BgClassName
{
background-color: #6249CB;
}
</style>
border-color css
<style>
span { border-color: #6249CB; }
span { border-color: rgb(98,73,203); }
td.TdClassName
{
border-color: #6249CB;
}
.TagClassName
{
border-color: #6249CB;
}
</style>