Shades of Medium Slate Blue #6B69EA
Tints of Medium Slate Blue #6B69EA
RGB
CMYK
RGB Variations
Color information
#6B69EA (or 0x6B69EA) is known color: Medium Slate Blue. HEX triplet: 6B, 69 and EA. RGB value is (107,105,234). Sum of RGB (Red+Green+Blue) = 107+105+234=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B69EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B69EA is #949615. Grayscale: #777777. Windows color (decimal): -9737750 or 15362411. OLE color: 15362411.
HSL color Cylindrical-coordinate representation of color #6B69EA: hue angle of 240.93º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B69EA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 105 | 234 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.08 |
| HSL | 240.93º | 0.75% | 0.66% | - |
| HSV(B) | 240.93º | 0.55% | 0.92% | - |
| XYZ | 25.97 | 19.17 | 80.17 | - |
| YUV | 120.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 234 | 0.54 | 0.55 | 0 | 0.08 | 240.93 | 0.75 | 0.66 |
| Hex | 6B | 69 | EA | 36 | 37 | 0 | 8 | F1 | 4B | 42 |
| Octal | 153 | 151 | 352 | 66 | 67 | 0 | 10 | 361 | 113 | 102 |
| Binary | 1101011 | 1101001 | 11101010 | 110110 | 110111 | 0 | 1000 | 11110001 | 1001011 | 1000010 |
Color Harmonies of #6B69EA
Complementary color
Monochromatic Colors of #6B69EA
Black with #6B69EA
Text Example
Text Example
White with #6B69EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B69EA; }
p { color: rgb(107,105,234); }
H1.HeaderClassName
{
color: #6B69EA;
}
.AnyTagClassName
{
color: #6B69EA;
}
</style>
background-color css
<style>
a { background-color: #6B69EA; }
a { background-color: rgb(107,105,234); }
div.DivClassName
{
background-color: #6B69EA;
}
.BgClassName
{
background-color: #6B69EA;
}
</style>
border-color css
<style>
span { border-color: #6B69EA; }
span { border-color: rgb(107,105,234); }
td.TdClassName
{
border-color: #6B69EA;
}
.TagClassName
{
border-color: #6B69EA;
}
</style>