Shades of Slate Blue #6940EC
Tints of Slate Blue #6940EC
RGB
CMYK
RGB Variations
Color information
#6940EC (or 0x6940EC) is known color: Slate Blue. HEX triplet: 69, 40 and EC. RGB value is (105,64,236). Sum of RGB (Red+Green+Blue) = 105+64+236=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #6940EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940EC is #96BF13. Grayscale: #5F5F5F. Windows color (decimal): -9879316 or 15482985. OLE color: 15482985.
HSL color Cylindrical-coordinate representation of color #6940EC: hue angle of 254.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6940EC is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 64 | 236 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.07 |
| HSL | 254.3º | 0.82% | 0.59% | - |
| HSV(B) | 254.3º | 0.73% | 0.93% | - |
| XYZ | 22.8 | 12.73 | 80.61 | - |
| YUV | 95.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 236 | 0.56 | 0.73 | 0 | 0.07 | 254.3 | 0.82 | 0.59 |
| Hex | 69 | 40 | EC | 38 | 49 | 0 | 7 | FE | 52 | 3B |
| Octal | 151 | 100 | 354 | 70 | 111 | 0 | 7 | 376 | 122 | 73 |
| Binary | 1101001 | 1000000 | 11101100 | 111000 | 1001001 | 0 | 111 | 11111110 | 1010010 | 111011 |
Color Harmonies of #6940EC
Complementary color
Monochromatic Colors of #6940EC
Black with #6940EC
Text Example
Text Example
White with #6940EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940EC; }
p { color: rgb(105,64,236); }
H1.HeaderClassName
{
color: #6940EC;
}
.AnyTagClassName
{
color: #6940EC;
}
</style>
background-color css
<style>
a { background-color: #6940EC; }
a { background-color: rgb(105,64,236); }
div.DivClassName
{
background-color: #6940EC;
}
.BgClassName
{
background-color: #6940EC;
}
</style>
border-color css
<style>
span { border-color: #6940EC; }
span { border-color: rgb(105,64,236); }
td.TdClassName
{
border-color: #6940EC;
}
.TagClassName
{
border-color: #6940EC;
}
</style>