Shades of Medium Slate Blue #6A68FD
Tints of Medium Slate Blue #6A68FD
RGB
CMYK
RGB Variations
Color information
#6A68FD (or 0x6A68FD) is known color: Medium Slate Blue. HEX triplet: 6A, 68 and FD. RGB value is (106,104,253). Sum of RGB (Red+Green+Blue) = 106+104+253=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A68FD is #959702. Grayscale: #787878. Windows color (decimal): -9803523 or 16607338. OLE color: 16607338.
HSL color Cylindrical-coordinate representation of color #6A68FD: hue angle of 240.81º 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 #6A68FD is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 104 | 253 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.01 |
| HSL | 240.81º | 0.97% | 0.7% | - |
| HSV(B) | 240.81º | 0.59% | 0.99% | - |
| XYZ | 28.62 | 20.06 | 95.29 | - |
| YUV | 121.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 253 | 0.58 | 0.59 | 0 | 0.01 | 240.81 | 0.97 | 0.7 |
| Hex | 6A | 68 | FD | 3A | 3B | 0 | 1 | F1 | 61 | 46 |
| Octal | 152 | 150 | 375 | 72 | 73 | 0 | 1 | 361 | 141 | 106 |
| Binary | 1101010 | 1101000 | 11111101 | 111010 | 111011 | 0 | 1 | 11110001 | 1100001 | 1000110 |
Color Harmonies of #6A68FD
Complementary color
Monochromatic Colors of #6A68FD
Black with #6A68FD
Text Example
Text Example
White with #6A68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68FD; }
p { color: rgb(106,104,253); }
H1.HeaderClassName
{
color: #6A68FD;
}
.AnyTagClassName
{
color: #6A68FD;
}
</style>
background-color css
<style>
a { background-color: #6A68FD; }
a { background-color: rgb(106,104,253); }
div.DivClassName
{
background-color: #6A68FD;
}
.BgClassName
{
background-color: #6A68FD;
}
</style>
border-color css
<style>
span { border-color: #6A68FD; }
span { border-color: rgb(106,104,253); }
td.TdClassName
{
border-color: #6A68FD;
}
.TagClassName
{
border-color: #6A68FD;
}
</style>