Shades of Slate Blue #6946CE
Tints of Slate Blue #6946CE
RGB
CMYK
RGB Variations
Color information
#6946CE (or 0x6946CE) is known color: Slate Blue. HEX triplet: 69, 46 and CE. RGB value is (105,70,206). Sum of RGB (Red+Green+Blue) = 105+70+206=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #6946CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946CE is #96B931. Grayscale: #5F5F5F. Windows color (decimal): -9877810 or 13518441. OLE color: 13518441.
HSL color Cylindrical-coordinate representation of color #6946CE: hue angle of 255.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6946CE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 70 | 206 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.19 |
| HSL | 255.44º | 0.58% | 0.54% | - |
| HSV(B) | 255.44º | 0.66% | 0.81% | - |
| XYZ | 19.16 | 11.84 | 59.67 | - |
| YUV | 95.97 | 190.1 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 206 | 0.49 | 0.66 | 0 | 0.19 | 255.44 | 0.58 | 0.54 |
| Hex | 69 | 46 | CE | 31 | 42 | 0 | 13 | FF | 3A | 36 |
| Octal | 151 | 106 | 316 | 61 | 102 | 0 | 23 | 377 | 72 | 66 |
| Binary | 1101001 | 1000110 | 11001110 | 110001 | 1000010 | 0 | 10011 | 11111111 | 111010 | 110110 |
Color Harmonies of #6946CE
Complementary color
Monochromatic Colors of #6946CE
Black with #6946CE
Text Example
Text Example
White with #6946CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6946CE; }
p { color: rgb(105,70,206); }
H1.HeaderClassName
{
color: #6946CE;
}
.AnyTagClassName
{
color: #6946CE;
}
</style>
background-color css
<style>
a { background-color: #6946CE; }
a { background-color: rgb(105,70,206); }
div.DivClassName
{
background-color: #6946CE;
}
.BgClassName
{
background-color: #6946CE;
}
</style>
border-color css
<style>
span { border-color: #6946CE; }
span { border-color: rgb(105,70,206); }
td.TdClassName
{
border-color: #6946CE;
}
.TagClassName
{
border-color: #6946CE;
}
</style>