Shades of Medium Slate Blue #6C69ED
Tints of Medium Slate Blue #6C69ED
RGB
CMYK
RGB Variations
Color information
#6C69ED (or 0x6C69ED) is known color: Medium Slate Blue. HEX triplet: 6C, 69 and ED. RGB value is (108,105,237). Sum of RGB (Red+Green+Blue) = 108+105+237=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C69ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C69ED is #939612. Grayscale: #787878. Windows color (decimal): -9672211 or 15559020. OLE color: 15559020.
HSL color Cylindrical-coordinate representation of color #6C69ED: hue angle of 241.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C69ED is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 105 | 237 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.07 |
| HSL | 241.36º | 0.79% | 0.67% | - |
| HSV(B) | 241.36º | 0.56% | 0.93% | - |
| XYZ | 26.52 | 19.41 | 82.47 | - |
| YUV | 120.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 237 | 0.54 | 0.56 | 0 | 0.07 | 241.36 | 0.79 | 0.67 |
| Hex | 6C | 69 | ED | 36 | 38 | 0 | 7 | F1 | 4F | 43 |
| Octal | 154 | 151 | 355 | 66 | 70 | 0 | 7 | 361 | 117 | 103 |
| Binary | 1101100 | 1101001 | 11101101 | 110110 | 111000 | 0 | 111 | 11110001 | 1001111 | 1000011 |
Color Harmonies of #6C69ED
Complementary color
Monochromatic Colors of #6C69ED
Black with #6C69ED
Text Example
Text Example
White with #6C69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C69ED; }
p { color: rgb(108,105,237); }
H1.HeaderClassName
{
color: #6C69ED;
}
.AnyTagClassName
{
color: #6C69ED;
}
</style>
background-color css
<style>
a { background-color: #6C69ED; }
a { background-color: rgb(108,105,237); }
div.DivClassName
{
background-color: #6C69ED;
}
.BgClassName
{
background-color: #6C69ED;
}
</style>
border-color css
<style>
span { border-color: #6C69ED; }
span { border-color: rgb(108,105,237); }
td.TdClassName
{
border-color: #6C69ED;
}
.TagClassName
{
border-color: #6C69ED;
}
</style>