Shades of Slate Blue #6942EC
Tints of Slate Blue #6942EC
RGB
CMYK
RGB Variations
Color information
#6942EC (or 0x6942EC) is known color: Slate Blue. HEX triplet: 69, 42 and EC. RGB value is (105,66,236). Sum of RGB (Red+Green+Blue) = 105+66+236=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #6942EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6942EC is #96BD13. Grayscale: #606060. Windows color (decimal): -9878804 or 15483497. OLE color: 15483497.
HSL color Cylindrical-coordinate representation of color #6942EC: hue angle of 253.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6942EC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 66 | 236 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.07 |
| HSL | 253.76º | 0.82% | 0.59% | - |
| HSV(B) | 253.76º | 0.72% | 0.93% | - |
| XYZ | 22.91 | 12.96 | 80.65 | - |
| YUV | 97.04 | 206.42 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 236 | 0.56 | 0.72 | 0 | 0.07 | 253.76 | 0.82 | 0.59 |
| Hex | 69 | 42 | EC | 38 | 48 | 0 | 7 | FE | 52 | 3B |
| Octal | 151 | 102 | 354 | 70 | 110 | 0 | 7 | 376 | 122 | 73 |
| Binary | 1101001 | 1000010 | 11101100 | 111000 | 1001000 | 0 | 111 | 11111110 | 1010010 | 111011 |
Color Harmonies of #6942EC
Complementary color
Monochromatic Colors of #6942EC
Black with #6942EC
Text Example
Text Example
White with #6942EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6942EC; }
p { color: rgb(105,66,236); }
H1.HeaderClassName
{
color: #6942EC;
}
.AnyTagClassName
{
color: #6942EC;
}
</style>
background-color css
<style>
a { background-color: #6942EC; }
a { background-color: rgb(105,66,236); }
div.DivClassName
{
background-color: #6942EC;
}
.BgClassName
{
background-color: #6942EC;
}
</style>
border-color css
<style>
span { border-color: #6942EC; }
span { border-color: rgb(105,66,236); }
td.TdClassName
{
border-color: #6942EC;
}
.TagClassName
{
border-color: #6942EC;
}
</style>