Shades of Medium Slate Blue #6A66F3
Tints of Medium Slate Blue #6A66F3
RGB
CMYK
RGB Variations
Color information
#6A66F3 (or 0x6A66F3) is known color: Medium Slate Blue. HEX triplet: 6A, 66 and F3. RGB value is (106,102,243). Sum of RGB (Red+Green+Blue) = 106+102+243=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A66F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A66F3 is #95990C. Grayscale: #767676. Windows color (decimal): -9804045 or 15951466. OLE color: 15951466.
HSL color Cylindrical-coordinate representation of color #6A66F3: hue angle of 241.7º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A66F3 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 102 | 243 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.05 |
| HSL | 241.7º | 0.85% | 0.68% | - |
| HSV(B) | 241.7º | 0.58% | 0.95% | - |
| XYZ | 26.87 | 19.04 | 87.05 | - |
| YUV | 119.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 102 | 243 | 0.56 | 0.58 | 0 | 0.05 | 241.7 | 0.85 | 0.68 |
| Hex | 6A | 66 | F3 | 38 | 3A | 0 | 5 | F2 | 55 | 44 |
| Octal | 152 | 146 | 363 | 70 | 72 | 0 | 5 | 362 | 125 | 104 |
| Binary | 1101010 | 1100110 | 11110011 | 111000 | 111010 | 0 | 101 | 11110010 | 1010101 | 1000100 |
Color Harmonies of #6A66F3
Complementary color
Monochromatic Colors of #6A66F3
Black with #6A66F3
Text Example
Text Example
White with #6A66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A66F3; }
p { color: rgb(106,102,243); }
H1.HeaderClassName
{
color: #6A66F3;
}
.AnyTagClassName
{
color: #6A66F3;
}
</style>
background-color css
<style>
a { background-color: #6A66F3; }
a { background-color: rgb(106,102,243); }
div.DivClassName
{
background-color: #6A66F3;
}
.BgClassName
{
background-color: #6A66F3;
}
</style>
border-color css
<style>
span { border-color: #6A66F3; }
span { border-color: rgb(106,102,243); }
td.TdClassName
{
border-color: #6A66F3;
}
.TagClassName
{
border-color: #6A66F3;
}
</style>