Shades of Slate Blue #6949EC
Tints of Slate Blue #6949EC
RGB
CMYK
RGB Variations
Color information
#6949EC (or 0x6949EC) is known color: Slate Blue. HEX triplet: 69, 49 and EC. RGB value is (105,73,236). Sum of RGB (Red+Green+Blue) = 105+73+236=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #6949EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949EC is #96B613. Grayscale: #646464. Windows color (decimal): -9877012 or 15485289. OLE color: 15485289.
HSL color Cylindrical-coordinate representation of color #6949EC: hue angle of 251.78º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6949EC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 73 | 236 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.07 |
| HSL | 251.78º | 0.81% | 0.61% | - |
| HSV(B) | 251.78º | 0.69% | 0.93% | - |
| XYZ | 23.35 | 13.82 | 80.79 | - |
| YUV | 101.15 | 204.1 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 236 | 0.56 | 0.69 | 0 | 0.07 | 251.78 | 0.81 | 0.61 |
| Hex | 69 | 49 | EC | 38 | 45 | 0 | 7 | FC | 51 | 3D |
| Octal | 151 | 111 | 354 | 70 | 105 | 0 | 7 | 374 | 121 | 75 |
| Binary | 1101001 | 1001001 | 11101100 | 111000 | 1000101 | 0 | 111 | 11111100 | 1010001 | 111101 |
Color Harmonies of #6949EC
Complementary color
Monochromatic Colors of #6949EC
Black with #6949EC
Text Example
Text Example
White with #6949EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6949EC; }
p { color: rgb(105,73,236); }
H1.HeaderClassName
{
color: #6949EC;
}
.AnyTagClassName
{
color: #6949EC;
}
</style>
background-color css
<style>
a { background-color: #6949EC; }
a { background-color: rgb(105,73,236); }
div.DivClassName
{
background-color: #6949EC;
}
.BgClassName
{
background-color: #6949EC;
}
</style>
border-color css
<style>
span { border-color: #6949EC; }
span { border-color: rgb(105,73,236); }
td.TdClassName
{
border-color: #6949EC;
}
.TagClassName
{
border-color: #6949EC;
}
</style>