Shades of Slate Blue #6943CE
Tints of Slate Blue #6943CE
RGB
CMYK
RGB Variations
Color information
#6943CE (or 0x6943CE) is known color: Slate Blue. HEX triplet: 69, 43 and CE. RGB value is (105,67,206). Sum of RGB (Red+Green+Blue) = 105+67+206=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #6943CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6943CE is #96BC31. Grayscale: #5D5D5D. Windows color (decimal): -9878578 or 13517673. OLE color: 13517673.
HSL color Cylindrical-coordinate representation of color #6943CE: hue angle of 256.4º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6943CE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 67 | 206 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.19 |
| HSL | 256.4º | 0.59% | 0.54% | - |
| HSV(B) | 256.4º | 0.67% | 0.81% | - |
| XYZ | 18.97 | 11.47 | 59.61 | - |
| YUV | 94.21 | 191.09 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 206 | 0.49 | 0.67 | 0 | 0.19 | 256.4 | 0.59 | 0.54 |
| Hex | 69 | 43 | CE | 31 | 43 | 0 | 13 | 100 | 3B | 36 |
| Octal | 151 | 103 | 316 | 61 | 103 | 0 | 23 | 400 | 73 | 66 |
| Binary | 1101001 | 1000011 | 11001110 | 110001 | 1000011 | 0 | 10011 | 100000000 | 111011 | 110110 |
Color Harmonies of #6943CE
Complementary color
Monochromatic Colors of #6943CE
Black with #6943CE
Text Example
Text Example
White with #6943CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6943CE; }
p { color: rgb(105,67,206); }
H1.HeaderClassName
{
color: #6943CE;
}
.AnyTagClassName
{
color: #6943CE;
}
</style>
background-color css
<style>
a { background-color: #6943CE; }
a { background-color: rgb(105,67,206); }
div.DivClassName
{
background-color: #6943CE;
}
.BgClassName
{
background-color: #6943CE;
}
</style>
border-color css
<style>
span { border-color: #6943CE; }
span { border-color: rgb(105,67,206); }
td.TdClassName
{
border-color: #6943CE;
}
.TagClassName
{
border-color: #6943CE;
}
</style>