Shades of Slate Blue #6943EC
Tints of Slate Blue #6943EC
RGB
CMYK
RGB Variations
Color information
#6943EC (or 0x6943EC) is known color: Slate Blue. HEX triplet: 69, 43 and EC. RGB value is (105,67,236). Sum of RGB (Red+Green+Blue) = 105+67+236=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #6943EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6943EC is #96BC13. Grayscale: #606060. Windows color (decimal): -9878548 or 15483753. OLE color: 15483753.
HSL color Cylindrical-coordinate representation of color #6943EC: hue angle of 253.49º 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 #6943EC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 67 | 236 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.07 |
| HSL | 253.49º | 0.82% | 0.59% | - |
| HSV(B) | 253.49º | 0.72% | 0.93% | - |
| XYZ | 22.97 | 13.07 | 80.67 | - |
| YUV | 97.63 | 206.09 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 236 | 0.56 | 0.72 | 0 | 0.07 | 253.49 | 0.82 | 0.59 |
| Hex | 69 | 43 | EC | 38 | 48 | 0 | 7 | FD | 52 | 3B |
| Octal | 151 | 103 | 354 | 70 | 110 | 0 | 7 | 375 | 122 | 73 |
| Binary | 1101001 | 1000011 | 11101100 | 111000 | 1001000 | 0 | 111 | 11111101 | 1010010 | 111011 |
Color Harmonies of #6943EC
Complementary color
Monochromatic Colors of #6943EC
Black with #6943EC
Text Example
Text Example
White with #6943EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6943EC; }
p { color: rgb(105,67,236); }
H1.HeaderClassName
{
color: #6943EC;
}
.AnyTagClassName
{
color: #6943EC;
}
</style>
background-color css
<style>
a { background-color: #6943EC; }
a { background-color: rgb(105,67,236); }
div.DivClassName
{
background-color: #6943EC;
}
.BgClassName
{
background-color: #6943EC;
}
</style>
border-color css
<style>
span { border-color: #6943EC; }
span { border-color: rgb(105,67,236); }
td.TdClassName
{
border-color: #6943EC;
}
.TagClassName
{
border-color: #6943EC;
}
</style>