Shades of Medium Slate Blue #6F69ED
Tints of Medium Slate Blue #6F69ED
RGB
CMYK
RGB Variations
Color information
#6F69ED (or 0x6F69ED) is known color: Medium Slate Blue. HEX triplet: 6F, 69 and ED. RGB value is (111,105,237). Sum of RGB (Red+Green+Blue) = 111+105+237=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F69ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F69ED is #909612. Grayscale: #797979. Windows color (decimal): -9475603 or 15559023. OLE color: 15559023.
HSL color Cylindrical-coordinate representation of color #6F69ED: hue angle of 242.73º 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 #6F69ED is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 105 | 237 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.07 |
| HSL | 242.73º | 0.79% | 0.67% | - |
| HSV(B) | 242.73º | 0.56% | 0.93% | - |
| XYZ | 26.89 | 19.6 | 82.49 | - |
| YUV | 121.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 237 | 0.53 | 0.56 | 0 | 0.07 | 242.73 | 0.79 | 0.67 |
| Hex | 6F | 69 | ED | 35 | 38 | 0 | 7 | F3 | 4F | 43 |
| Octal | 157 | 151 | 355 | 65 | 70 | 0 | 7 | 363 | 117 | 103 |
| Binary | 1101111 | 1101001 | 11101101 | 110101 | 111000 | 0 | 111 | 11110011 | 1001111 | 1000011 |
Color Harmonies of #6F69ED
Complementary color
Monochromatic Colors of #6F69ED
Black with #6F69ED
Text Example
Text Example
White with #6F69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F69ED; }
p { color: rgb(111,105,237); }
H1.HeaderClassName
{
color: #6F69ED;
}
.AnyTagClassName
{
color: #6F69ED;
}
</style>
background-color css
<style>
a { background-color: #6F69ED; }
a { background-color: rgb(111,105,237); }
div.DivClassName
{
background-color: #6F69ED;
}
.BgClassName
{
background-color: #6F69ED;
}
</style>
border-color css
<style>
span { border-color: #6F69ED; }
span { border-color: rgb(111,105,237); }
td.TdClassName
{
border-color: #6F69ED;
}
.TagClassName
{
border-color: #6F69ED;
}
</style>