Shades of Medium Slate Blue #666BF4
Tints of Medium Slate Blue #666BF4
RGB
CMYK
RGB Variations
Color information
#666BF4 (or 0x666BF4) is known color: Medium Slate Blue. HEX triplet: 66, 6B and F4. RGB value is (102,107,244). Sum of RGB (Red+Green+Blue) = 102+107+244=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #666BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666BF4 is #99940B. Grayscale: #787878. Windows color (decimal): -10064908 or 16018278. OLE color: 16018278.
HSL color Cylindrical-coordinate representation of color #666BF4: hue angle of 237.89º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #666BF4 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 107 | 244 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.04 |
| HSL | 237.89º | 0.87% | 0.68% | - |
| HSV(B) | 237.89º | 0.58% | 0.96% | - |
| XYZ | 27.07 | 19.87 | 88 | - |
| YUV | 121.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 244 | 0.58 | 0.56 | 0 | 0.04 | 237.89 | 0.87 | 0.68 |
| Hex | 66 | 6B | F4 | 3A | 38 | 0 | 4 | EE | 57 | 44 |
| Octal | 146 | 153 | 364 | 72 | 70 | 0 | 4 | 356 | 127 | 104 |
| Binary | 1100110 | 1101011 | 11110100 | 111010 | 111000 | 0 | 100 | 11101110 | 1010111 | 1000100 |
Color Harmonies of #666BF4
Complementary color
Monochromatic Colors of #666BF4
Black with #666BF4
Text Example
Text Example
White with #666BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BF4; }
p { color: rgb(102,107,244); }
H1.HeaderClassName
{
color: #666BF4;
}
.AnyTagClassName
{
color: #666BF4;
}
</style>
background-color css
<style>
a { background-color: #666BF4; }
a { background-color: rgb(102,107,244); }
div.DivClassName
{
background-color: #666BF4;
}
.BgClassName
{
background-color: #666BF4;
}
</style>
border-color css
<style>
span { border-color: #666BF4; }
span { border-color: rgb(102,107,244); }
td.TdClassName
{
border-color: #666BF4;
}
.TagClassName
{
border-color: #666BF4;
}
</style>