Shades of Medium Slate Blue #666CFB
Tints of Medium Slate Blue #666CFB
RGB
CMYK
RGB Variations
Color information
#666CFB (or 0x666CFB) is known color: Medium Slate Blue. HEX triplet: 66, 6C and FB. RGB value is (102,108,251). Sum of RGB (Red+Green+Blue) = 102+108+251=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #666CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666CFB is #999304. Grayscale: #797979. Windows color (decimal): -10064645 or 16477286. OLE color: 16477286.
HSL color Cylindrical-coordinate representation of color #666CFB: hue angle of 237.58º degrees, saturation: 0.95, 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 #666CFB is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 108 | 251 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.02 |
| HSL | 237.58º | 0.95% | 0.69% | - |
| HSV(B) | 237.58º | 0.59% | 0.98% | - |
| XYZ | 28.25 | 20.51 | 93.74 | - |
| YUV | 122.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 251 | 0.59 | 0.57 | 0 | 0.02 | 237.58 | 0.95 | 0.69 |
| Hex | 66 | 6C | FB | 3B | 39 | 0 | 2 | EE | 5F | 45 |
| Octal | 146 | 154 | 373 | 73 | 71 | 0 | 2 | 356 | 137 | 105 |
| Binary | 1100110 | 1101100 | 11111011 | 111011 | 111001 | 0 | 10 | 11101110 | 1011111 | 1000101 |
Color Harmonies of #666CFB
Complementary color
Monochromatic Colors of #666CFB
Black with #666CFB
Text Example
Text Example
White with #666CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666CFB; }
p { color: rgb(102,108,251); }
H1.HeaderClassName
{
color: #666CFB;
}
.AnyTagClassName
{
color: #666CFB;
}
</style>
background-color css
<style>
a { background-color: #666CFB; }
a { background-color: rgb(102,108,251); }
div.DivClassName
{
background-color: #666CFB;
}
.BgClassName
{
background-color: #666CFB;
}
</style>
border-color css
<style>
span { border-color: #666CFB; }
span { border-color: rgb(102,108,251); }
td.TdClassName
{
border-color: #666CFB;
}
.TagClassName
{
border-color: #666CFB;
}
</style>