Shades of Medium Slate Blue #6F68FD
Tints of Medium Slate Blue #6F68FD
RGB
CMYK
RGB Variations
Color information
#6F68FD (or 0x6F68FD) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and FD. RGB value is (111,104,253). Sum of RGB (Red+Green+Blue) = 111+104+253=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68FD is #909702. Grayscale: #7A7A7A. Windows color (decimal): -9475843 or 16607343. OLE color: 16607343.
HSL color Cylindrical-coordinate representation of color #6F68FD: hue angle of 242.82º 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 #6F68FD is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 104 | 253 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.01 |
| HSL | 242.82º | 0.97% | 0.7% | - |
| HSV(B) | 242.82º | 0.59% | 0.99% | - |
| XYZ | 29.24 | 20.37 | 95.32 | - |
| YUV | 123.08 | 201.32 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 253 | 0.56 | 0.59 | 0 | 0.01 | 242.82 | 0.97 | 0.7 |
| Hex | 6F | 68 | FD | 38 | 3B | 0 | 1 | F3 | 61 | 46 |
| Octal | 157 | 150 | 375 | 70 | 73 | 0 | 1 | 363 | 141 | 106 |
| Binary | 1101111 | 1101000 | 11111101 | 111000 | 111011 | 0 | 1 | 11110011 | 1100001 | 1000110 |
Color Harmonies of #6F68FD
Complementary color
Monochromatic Colors of #6F68FD
Black with #6F68FD
Text Example
Text Example
White with #6F68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68FD; }
p { color: rgb(111,104,253); }
H1.HeaderClassName
{
color: #6F68FD;
}
.AnyTagClassName
{
color: #6F68FD;
}
</style>
background-color css
<style>
a { background-color: #6F68FD; }
a { background-color: rgb(111,104,253); }
div.DivClassName
{
background-color: #6F68FD;
}
.BgClassName
{
background-color: #6F68FD;
}
</style>
border-color css
<style>
span { border-color: #6F68FD; }
span { border-color: rgb(111,104,253); }
td.TdClassName
{
border-color: #6F68FD;
}
.TagClassName
{
border-color: #6F68FD;
}
</style>