Shades of Medium Slate Blue #6669F5
Tints of Medium Slate Blue #6669F5
RGB
CMYK
RGB Variations
Color information
#6669F5 (or 0x6669F5) is known color: Medium Slate Blue. HEX triplet: 66, 69 and F5. RGB value is (102,105,245). Sum of RGB (Red+Green+Blue) = 102+105+245=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #6669F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6669F5 is #99960A. Grayscale: #777777. Windows color (decimal): -10065419 or 16083302. OLE color: 16083302.
HSL color Cylindrical-coordinate representation of color #6669F5: hue angle of 238.74º degrees, saturation: 0.88, 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 #6669F5 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 105 | 245 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.04 |
| HSL | 238.74º | 0.88% | 0.68% | - |
| HSV(B) | 238.74º | 0.58% | 0.96% | - |
| XYZ | 27.01 | 19.52 | 88.73 | - |
| YUV | 120.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 245 | 0.58 | 0.57 | 0 | 0.04 | 238.74 | 0.88 | 0.68 |
| Hex | 66 | 69 | F5 | 3A | 39 | 0 | 4 | EF | 58 | 44 |
| Octal | 146 | 151 | 365 | 72 | 71 | 0 | 4 | 357 | 130 | 104 |
| Binary | 1100110 | 1101001 | 11110101 | 111010 | 111001 | 0 | 100 | 11101111 | 1011000 | 1000100 |
Color Harmonies of #6669F5
Complementary color
Monochromatic Colors of #6669F5
Black with #6669F5
Text Example
Text Example
White with #6669F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6669F5; }
p { color: rgb(102,105,245); }
H1.HeaderClassName
{
color: #6669F5;
}
.AnyTagClassName
{
color: #6669F5;
}
</style>
background-color css
<style>
a { background-color: #6669F5; }
a { background-color: rgb(102,105,245); }
div.DivClassName
{
background-color: #6669F5;
}
.BgClassName
{
background-color: #6669F5;
}
</style>
border-color css
<style>
span { border-color: #6669F5; }
span { border-color: rgb(102,105,245); }
td.TdClassName
{
border-color: #6669F5;
}
.TagClassName
{
border-color: #6669F5;
}
</style>