Shades of Medium Slate Blue #6967EC
Tints of Medium Slate Blue #6967EC
RGB
CMYK
RGB Variations
Color information
#6967EC (or 0x6967EC) is known color: Medium Slate Blue. HEX triplet: 69, 67 and EC. RGB value is (105,103,236). Sum of RGB (Red+Green+Blue) = 105+103+236=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #6967EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6967EC is #969813. Grayscale: #767676. Windows color (decimal): -9869332 or 15492969. OLE color: 15492969.
HSL color Cylindrical-coordinate representation of color #6967EC: hue angle of 240.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6967EC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 103 | 236 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.07 |
| HSL | 240.9º | 0.78% | 0.66% | - |
| HSV(B) | 240.9º | 0.56% | 0.93% | - |
| XYZ | 25.82 | 18.76 | 81.62 | - |
| YUV | 118.76 | 194.16 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 236 | 0.56 | 0.56 | 0 | 0.07 | 240.9 | 0.78 | 0.66 |
| Hex | 69 | 67 | EC | 38 | 38 | 0 | 7 | F1 | 4E | 42 |
| Octal | 151 | 147 | 354 | 70 | 70 | 0 | 7 | 361 | 116 | 102 |
| Binary | 1101001 | 1100111 | 11101100 | 111000 | 111000 | 0 | 111 | 11110001 | 1001110 | 1000010 |
Color Harmonies of #6967EC
Complementary color
Monochromatic Colors of #6967EC
Black with #6967EC
Text Example
Text Example
White with #6967EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967EC; }
p { color: rgb(105,103,236); }
H1.HeaderClassName
{
color: #6967EC;
}
.AnyTagClassName
{
color: #6967EC;
}
</style>
background-color css
<style>
a { background-color: #6967EC; }
a { background-color: rgb(105,103,236); }
div.DivClassName
{
background-color: #6967EC;
}
.BgClassName
{
background-color: #6967EC;
}
</style>
border-color css
<style>
span { border-color: #6967EC; }
span { border-color: rgb(105,103,236); }
td.TdClassName
{
border-color: #6967EC;
}
.TagClassName
{
border-color: #6967EC;
}
</style>