Shades of Slate Blue #6249CC
Tints of Slate Blue #6249CC
RGB
CMYK
RGB Variations
Color information
#6249CC (or 0x6249CC) is known color: Slate Blue. HEX triplet: 62, 49 and CC. RGB value is (98,73,204). Sum of RGB (Red+Green+Blue) = 98+73+204=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #6249CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249CC is #9DB633. Grayscale: #5E5E5E. Windows color (decimal): -10335796 or 13388130. OLE color: 13388130.
HSL color Cylindrical-coordinate representation of color #6249CC: hue angle of 251.45º 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 #6249CC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 73 | 204 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.2 |
| HSL | 251.45º | 0.56% | 0.54% | - |
| HSV(B) | 251.45º | 0.64% | 0.8% | - |
| XYZ | 18.32 | 11.72 | 58.42 | - |
| YUV | 95.41 | 189.28 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 204 | 0.52 | 0.64 | 0 | 0.2 | 251.45 | 0.56 | 0.54 |
| Hex | 62 | 49 | CC | 34 | 40 | 0 | 14 | FB | 38 | 36 |
| Octal | 142 | 111 | 314 | 64 | 100 | 0 | 24 | 373 | 70 | 66 |
| Binary | 1100010 | 1001001 | 11001100 | 110100 | 1000000 | 0 | 10100 | 11111011 | 111000 | 110110 |
Color Harmonies of #6249CC
Complementary color
Monochromatic Colors of #6249CC
Black with #6249CC
Text Example
Text Example
White with #6249CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249CC; }
p { color: rgb(98,73,204); }
H1.HeaderClassName
{
color: #6249CC;
}
.AnyTagClassName
{
color: #6249CC;
}
</style>
background-color css
<style>
a { background-color: #6249CC; }
a { background-color: rgb(98,73,204); }
div.DivClassName
{
background-color: #6249CC;
}
.BgClassName
{
background-color: #6249CC;
}
</style>
border-color css
<style>
span { border-color: #6249CC; }
span { border-color: rgb(98,73,204); }
td.TdClassName
{
border-color: #6249CC;
}
.TagClassName
{
border-color: #6249CC;
}
</style>