Shades of Medium Slate Blue #6769EC
Tints of Medium Slate Blue #6769EC
RGB
CMYK
RGB Variations
Color information
#6769EC (or 0x6769EC) is known color: Medium Slate Blue. HEX triplet: 67, 69 and EC. RGB value is (103,105,236). Sum of RGB (Red+Green+Blue) = 103+105+236=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 105 (41.41% from 255 or 23.65% 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 #6769EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6769EC is #989613. Grayscale: #767676. Windows color (decimal): -9999892 or 15493479. OLE color: 15493479.
HSL color Cylindrical-coordinate representation of color #6769EC: hue angle of 239.1º 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 #6769EC is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 105 | 236 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.07 |
| HSL | 239.1º | 0.78% | 0.66% | - |
| HSV(B) | 239.1º | 0.56% | 0.93% | - |
| XYZ | 25.79 | 19.04 | 81.67 | - |
| YUV | 119.34 | 193.84 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 236 | 0.56 | 0.56 | 0 | 0.07 | 239.1 | 0.78 | 0.66 |
| Hex | 67 | 69 | EC | 38 | 38 | 0 | 7 | EF | 4E | 42 |
| Octal | 147 | 151 | 354 | 70 | 70 | 0 | 7 | 357 | 116 | 102 |
| Binary | 1100111 | 1101001 | 11101100 | 111000 | 111000 | 0 | 111 | 11101111 | 1001110 | 1000010 |
Color Harmonies of #6769EC
Complementary color
Monochromatic Colors of #6769EC
Black with #6769EC
Text Example
Text Example
White with #6769EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6769EC; }
p { color: rgb(103,105,236); }
H1.HeaderClassName
{
color: #6769EC;
}
.AnyTagClassName
{
color: #6769EC;
}
</style>
background-color css
<style>
a { background-color: #6769EC; }
a { background-color: rgb(103,105,236); }
div.DivClassName
{
background-color: #6769EC;
}
.BgClassName
{
background-color: #6769EC;
}
</style>
border-color css
<style>
span { border-color: #6769EC; }
span { border-color: rgb(103,105,236); }
td.TdClassName
{
border-color: #6769EC;
}
.TagClassName
{
border-color: #6769EC;
}
</style>