Shades of Medium Slate Blue #666BFA
Tints of Medium Slate Blue #666BFA
RGB
CMYK
RGB Variations
Color information
#666BFA (or 0x666BFA) is known color: Medium Slate Blue. HEX triplet: 66, 6B and FA. RGB value is (102,107,250). Sum of RGB (Red+Green+Blue) = 102+107+250=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #666BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666BFA is #999405. Grayscale: #797979. Windows color (decimal): -10064902 or 16411494. OLE color: 16411494.
HSL color Cylindrical-coordinate representation of color #666BFA: hue angle of 237.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #666BFA is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 107 | 250 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.02 |
| HSL | 237.97º | 0.94% | 0.69% | - |
| HSV(B) | 237.97º | 0.59% | 0.98% | - |
| XYZ | 27.99 | 20.24 | 92.87 | - |
| YUV | 121.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 250 | 0.59 | 0.57 | 0 | 0.02 | 237.97 | 0.94 | 0.69 |
| Hex | 66 | 6B | FA | 3B | 39 | 0 | 2 | EE | 5E | 45 |
| Octal | 146 | 153 | 372 | 73 | 71 | 0 | 2 | 356 | 136 | 105 |
| Binary | 1100110 | 1101011 | 11111010 | 111011 | 111001 | 0 | 10 | 11101110 | 1011110 | 1000101 |
Color Harmonies of #666BFA
Complementary color
Monochromatic Colors of #666BFA
Black with #666BFA
Text Example
Text Example
White with #666BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BFA; }
p { color: rgb(102,107,250); }
H1.HeaderClassName
{
color: #666BFA;
}
.AnyTagClassName
{
color: #666BFA;
}
</style>
background-color css
<style>
a { background-color: #666BFA; }
a { background-color: rgb(102,107,250); }
div.DivClassName
{
background-color: #666BFA;
}
.BgClassName
{
background-color: #666BFA;
}
</style>
border-color css
<style>
span { border-color: #666BFA; }
span { border-color: rgb(102,107,250); }
td.TdClassName
{
border-color: #666BFA;
}
.TagClassName
{
border-color: #666BFA;
}
</style>