Shades of Slate Blue #6049DA
Tints of Slate Blue #6049DA
RGB
CMYK
RGB Variations
Color information
#6049DA (or 0x6049DA) is known color: Slate Blue. HEX triplet: 60, 49 and DA. RGB value is (96,73,218). Sum of RGB (Red+Green+Blue) = 96+73+218=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #6049DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049DA is #9FB625. Grayscale: #5F5F5F. Windows color (decimal): -10466854 or 14305632. OLE color: 14305632.
HSL color Cylindrical-coordinate representation of color #6049DA: hue angle of 249.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6049DA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 73 | 218 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.15 |
| HSL | 249.52º | 0.66% | 0.57% | - |
| HSV(B) | 249.52º | 0.67% | 0.85% | - |
| XYZ | 19.86 | 12.31 | 67.66 | - |
| YUV | 96.41 | 196.62 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 218 | 0.56 | 0.67 | 0 | 0.15 | 249.52 | 0.66 | 0.57 |
| Hex | 60 | 49 | DA | 38 | 43 | 0 | F | FA | 42 | 39 |
| Octal | 140 | 111 | 332 | 70 | 103 | 0 | 17 | 372 | 102 | 71 |
| Binary | 1100000 | 1001001 | 11011010 | 111000 | 1000011 | 0 | 1111 | 11111010 | 1000010 | 111001 |
Color Harmonies of #6049DA
Complementary color
Monochromatic Colors of #6049DA
Black with #6049DA
Text Example
Text Example
White with #6049DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6049DA; }
p { color: rgb(96,73,218); }
H1.HeaderClassName
{
color: #6049DA;
}
.AnyTagClassName
{
color: #6049DA;
}
</style>
background-color css
<style>
a { background-color: #6049DA; }
a { background-color: rgb(96,73,218); }
div.DivClassName
{
background-color: #6049DA;
}
.BgClassName
{
background-color: #6049DA;
}
</style>
border-color css
<style>
span { border-color: #6049DA; }
span { border-color: rgb(96,73,218); }
td.TdClassName
{
border-color: #6049DA;
}
.TagClassName
{
border-color: #6049DA;
}
</style>