Shades of Medium Slate Blue #6669FC
Tints of Medium Slate Blue #6669FC
RGB
CMYK
RGB Variations
Color information
#6669FC (or 0x6669FC) is known color: Medium Slate Blue. HEX triplet: 66, 69 and FC. RGB value is (102,105,252). Sum of RGB (Red+Green+Blue) = 102+105+252=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #6669FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6669FC is #999603. Grayscale: #787878. Windows color (decimal): -10065412 or 16542054. OLE color: 16542054.
HSL color Cylindrical-coordinate representation of color #6669FC: hue angle of 238.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6669FC is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 105 | 252 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.01 |
| HSL | 238.8º | 0.96% | 0.69% | - |
| HSV(B) | 238.8º | 0.6% | 0.99% | - |
| XYZ | 28.1 | 19.96 | 94.47 | - |
| YUV | 120.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 252 | 0.60 | 0.58 | 0 | 0.01 | 238.8 | 0.96 | 0.69 |
| Hex | 66 | 69 | FC | 3C | 3A | 0 | 1 | EF | 60 | 45 |
| Octal | 146 | 151 | 374 | 74 | 72 | 0 | 1 | 357 | 140 | 105 |
| Binary | 1100110 | 1101001 | 11111100 | 111100 | 111010 | 0 | 1 | 11101111 | 1100000 | 1000101 |
Color Harmonies of #6669FC
Complementary color
Monochromatic Colors of #6669FC
Black with #6669FC
Text Example
Text Example
White with #6669FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6669FC; }
p { color: rgb(102,105,252); }
H1.HeaderClassName
{
color: #6669FC;
}
.AnyTagClassName
{
color: #6669FC;
}
</style>
background-color css
<style>
a { background-color: #6669FC; }
a { background-color: rgb(102,105,252); }
div.DivClassName
{
background-color: #6669FC;
}
.BgClassName
{
background-color: #6669FC;
}
</style>
border-color css
<style>
span { border-color: #6669FC; }
span { border-color: rgb(102,105,252); }
td.TdClassName
{
border-color: #6669FC;
}
.TagClassName
{
border-color: #6669FC;
}
</style>