Shades of Medium Slate Blue #6A68FA
Tints of Medium Slate Blue #6A68FA
RGB
CMYK
RGB Variations
Color information
#6A68FA (or 0x6A68FA) is known color: Medium Slate Blue. HEX triplet: 6A, 68 and FA. RGB value is (106,104,250). Sum of RGB (Red+Green+Blue) = 106+104+250=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A68FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A68FA is #959705. Grayscale: #787878. Windows color (decimal): -9803526 or 16410730. OLE color: 16410730.
HSL color Cylindrical-coordinate representation of color #6A68FA: hue angle of 240.82º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A68FA is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 104 | 250 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.02 |
| HSL | 240.82º | 0.94% | 0.69% | - |
| HSV(B) | 240.82º | 0.58% | 0.98% | - |
| XYZ | 28.15 | 19.87 | 92.79 | - |
| YUV | 121.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 250 | 0.58 | 0.58 | 0 | 0.02 | 240.82 | 0.94 | 0.69 |
| Hex | 6A | 68 | FA | 3A | 3A | 0 | 2 | F1 | 5E | 45 |
| Octal | 152 | 150 | 372 | 72 | 72 | 0 | 2 | 361 | 136 | 105 |
| Binary | 1101010 | 1101000 | 11111010 | 111010 | 111010 | 0 | 10 | 11110001 | 1011110 | 1000101 |
Color Harmonies of #6A68FA
Complementary color
Monochromatic Colors of #6A68FA
Black with #6A68FA
Text Example
Text Example
White with #6A68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68FA; }
p { color: rgb(106,104,250); }
H1.HeaderClassName
{
color: #6A68FA;
}
.AnyTagClassName
{
color: #6A68FA;
}
</style>
background-color css
<style>
a { background-color: #6A68FA; }
a { background-color: rgb(106,104,250); }
div.DivClassName
{
background-color: #6A68FA;
}
.BgClassName
{
background-color: #6A68FA;
}
</style>
border-color css
<style>
span { border-color: #6A68FA; }
span { border-color: rgb(106,104,250); }
td.TdClassName
{
border-color: #6A68FA;
}
.TagClassName
{
border-color: #6A68FA;
}
</style>