Shades of Medium Slate Blue #6B69ED
Tints of Medium Slate Blue #6B69ED
RGB
CMYK
RGB Variations
Color information
#6B69ED (or 0x6B69ED) is known color: Medium Slate Blue. HEX triplet: 6B, 69 and ED. RGB value is (107,105,237). Sum of RGB (Red+Green+Blue) = 107+105+237=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B69ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B69ED is #949612. Grayscale: #787878. Windows color (decimal): -9737747 or 15559019. OLE color: 15559019.
HSL color Cylindrical-coordinate representation of color #6B69ED: hue angle of 240.91º 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 #6B69ED is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 105 | 237 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.07 |
| HSL | 240.91º | 0.79% | 0.67% | - |
| HSV(B) | 240.91º | 0.56% | 0.93% | - |
| XYZ | 26.4 | 19.34 | 82.46 | - |
| YUV | 120.65 | 193.66 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 237 | 0.55 | 0.56 | 0 | 0.07 | 240.91 | 0.79 | 0.67 |
| Hex | 6B | 69 | ED | 37 | 38 | 0 | 7 | F1 | 4F | 43 |
| Octal | 153 | 151 | 355 | 67 | 70 | 0 | 7 | 361 | 117 | 103 |
| Binary | 1101011 | 1101001 | 11101101 | 110111 | 111000 | 0 | 111 | 11110001 | 1001111 | 1000011 |
Color Harmonies of #6B69ED
Complementary color
Monochromatic Colors of #6B69ED
Black with #6B69ED
Text Example
Text Example
White with #6B69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B69ED; }
p { color: rgb(107,105,237); }
H1.HeaderClassName
{
color: #6B69ED;
}
.AnyTagClassName
{
color: #6B69ED;
}
</style>
background-color css
<style>
a { background-color: #6B69ED; }
a { background-color: rgb(107,105,237); }
div.DivClassName
{
background-color: #6B69ED;
}
.BgClassName
{
background-color: #6B69ED;
}
</style>
border-color css
<style>
span { border-color: #6B69ED; }
span { border-color: rgb(107,105,237); }
td.TdClassName
{
border-color: #6B69ED;
}
.TagClassName
{
border-color: #6B69ED;
}
</style>