Shades of Medium Slate Blue #6660FA
Tints of Medium Slate Blue #6660FA
RGB
CMYK
RGB Variations
Color information
#6660FA (or 0x6660FA) is known color: Medium Slate Blue. HEX triplet: 66, 60 and FA. RGB value is (102,96,250). Sum of RGB (Red+Green+Blue) = 102+96+250=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #6660FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6660FA is #999F05. Grayscale: #727272. Windows color (decimal): -10067718 or 16408678. OLE color: 16408678.
HSL color Cylindrical-coordinate representation of color #6660FA: hue angle of 242.34º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6660FA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 96 | 250 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.02 |
| HSL | 242.34º | 0.94% | 0.68% | - |
| HSV(B) | 242.34º | 0.62% | 0.98% | - |
| XYZ | 26.92 | 18.09 | 92.52 | - |
| YUV | 115.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 250 | 0.59 | 0.62 | 0 | 0.02 | 242.34 | 0.94 | 0.68 |
| Hex | 66 | 60 | FA | 3B | 3E | 0 | 2 | F2 | 5E | 44 |
| Octal | 146 | 140 | 372 | 73 | 76 | 0 | 2 | 362 | 136 | 104 |
| Binary | 1100110 | 1100000 | 11111010 | 111011 | 111110 | 0 | 10 | 11110010 | 1011110 | 1000100 |
Color Harmonies of #6660FA
Complementary color
Monochromatic Colors of #6660FA
Black with #6660FA
Text Example
Text Example
White with #6660FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6660FA; }
p { color: rgb(102,96,250); }
H1.HeaderClassName
{
color: #6660FA;
}
.AnyTagClassName
{
color: #6660FA;
}
</style>
background-color css
<style>
a { background-color: #6660FA; }
a { background-color: rgb(102,96,250); }
div.DivClassName
{
background-color: #6660FA;
}
.BgClassName
{
background-color: #6660FA;
}
</style>
border-color css
<style>
span { border-color: #6660FA; }
span { border-color: rgb(102,96,250); }
td.TdClassName
{
border-color: #6660FA;
}
.TagClassName
{
border-color: #6660FA;
}
</style>