Shades of Medium Slate Blue #6E67FD
Tints of Medium Slate Blue #6E67FD
RGB
CMYK
RGB Variations
Color information
#6E67FD (or 0x6E67FD) is known color: Medium Slate Blue. HEX triplet: 6E, 67 and FD. RGB value is (110,103,253). Sum of RGB (Red+Green+Blue) = 110+103+253=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E67FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E67FD is #919802. Grayscale: #797979. Windows color (decimal): -9541635 or 16607086. OLE color: 16607086.
HSL color Cylindrical-coordinate representation of color #6E67FD: hue angle of 242.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E67FD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 103 | 253 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.01 |
| HSL | 242.8º | 0.97% | 0.7% | - |
| HSV(B) | 242.8º | 0.59% | 0.99% | - |
| XYZ | 29.01 | 20.11 | 95.28 | - |
| YUV | 122.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 253 | 0.57 | 0.59 | 0 | 0.01 | 242.8 | 0.97 | 0.7 |
| Hex | 6E | 67 | FD | 39 | 3B | 0 | 1 | F3 | 61 | 46 |
| Octal | 156 | 147 | 375 | 71 | 73 | 0 | 1 | 363 | 141 | 106 |
| Binary | 1101110 | 1100111 | 11111101 | 111001 | 111011 | 0 | 1 | 11110011 | 1100001 | 1000110 |
Color Harmonies of #6E67FD
Complementary color
Monochromatic Colors of #6E67FD
Black with #6E67FD
Text Example
Text Example
White with #6E67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E67FD; }
p { color: rgb(110,103,253); }
H1.HeaderClassName
{
color: #6E67FD;
}
.AnyTagClassName
{
color: #6E67FD;
}
</style>
background-color css
<style>
a { background-color: #6E67FD; }
a { background-color: rgb(110,103,253); }
div.DivClassName
{
background-color: #6E67FD;
}
.BgClassName
{
background-color: #6E67FD;
}
</style>
border-color css
<style>
span { border-color: #6E67FD; }
span { border-color: rgb(110,103,253); }
td.TdClassName
{
border-color: #6E67FD;
}
.TagClassName
{
border-color: #6E67FD;
}
</style>