Shades of Medium Slate Blue #6756EF
Tints of Medium Slate Blue #6756EF
RGB
CMYK
RGB Variations
Color information
#6756EF (or 0x6756EF) is known color: Medium Slate Blue. HEX triplet: 67, 56 and EF. RGB value is (103,86,239). Sum of RGB (Red+Green+Blue) = 103+86+239=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #6756EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6756EF is #98A910. Grayscale: #6B6B6B. Windows color (decimal): -10004753 or 15685223. OLE color: 15685223.
HSL color Cylindrical-coordinate representation of color #6756EF: hue angle of 246.67º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6756EF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 86 | 239 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.06 |
| HSL | 246.67º | 0.83% | 0.64% | - |
| HSV(B) | 246.67º | 0.64% | 0.94% | - |
| XYZ | 24.5 | 15.77 | 83.41 | - |
| YUV | 108.53 | 201.63 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 239 | 0.57 | 0.64 | 0 | 0.06 | 246.67 | 0.83 | 0.64 |
| Hex | 67 | 56 | EF | 39 | 40 | 0 | 6 | F7 | 53 | 40 |
| Octal | 147 | 126 | 357 | 71 | 100 | 0 | 6 | 367 | 123 | 100 |
| Binary | 1100111 | 1010110 | 11101111 | 111001 | 1000000 | 0 | 110 | 11110111 | 1010011 | 1000000 |
Color Harmonies of #6756EF
Complementary color
Monochromatic Colors of #6756EF
Black with #6756EF
Text Example
Text Example
White with #6756EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6756EF; }
p { color: rgb(103,86,239); }
H1.HeaderClassName
{
color: #6756EF;
}
.AnyTagClassName
{
color: #6756EF;
}
</style>
background-color css
<style>
a { background-color: #6756EF; }
a { background-color: rgb(103,86,239); }
div.DivClassName
{
background-color: #6756EF;
}
.BgClassName
{
background-color: #6756EF;
}
</style>
border-color css
<style>
span { border-color: #6756EF; }
span { border-color: rgb(103,86,239); }
td.TdClassName
{
border-color: #6756EF;
}
.TagClassName
{
border-color: #6756EF;
}
</style>