Shades of Medium Slate Blue #6675F0
Tints of Medium Slate Blue #6675F0
RGB
CMYK
RGB Variations
Color information
#6675F0 (or 0x6675F0) is known color: Medium Slate Blue. HEX triplet: 66, 75 and F0. RGB value is (102,117,240). Sum of RGB (Red+Green+Blue) = 102+117+240=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #6675F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675F0 is #998A0F. Grayscale: #7E7E7E. Windows color (decimal): -10062352 or 15758694. OLE color: 15758694.
HSL color Cylindrical-coordinate representation of color #6675F0: hue angle of 233.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6675F0 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 117 | 240 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.06 |
| HSL | 233.48º | 0.82% | 0.67% | - |
| HSV(B) | 233.48º | 0.58% | 0.94% | - |
| XYZ | 27.57 | 21.84 | 85.2 | - |
| YUV | 126.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 240 | 0.58 | 0.51 | 0 | 0.06 | 233.48 | 0.82 | 0.67 |
| Hex | 66 | 75 | F0 | 3A | 33 | 0 | 6 | E9 | 52 | 43 |
| Octal | 146 | 165 | 360 | 72 | 63 | 0 | 6 | 351 | 122 | 103 |
| Binary | 1100110 | 1110101 | 11110000 | 111010 | 110011 | 0 | 110 | 11101001 | 1010010 | 1000011 |
Color Harmonies of #6675F0
Complementary color
Monochromatic Colors of #6675F0
Black with #6675F0
Text Example
Text Example
White with #6675F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675F0; }
p { color: rgb(102,117,240); }
H1.HeaderClassName
{
color: #6675F0;
}
.AnyTagClassName
{
color: #6675F0;
}
</style>
background-color css
<style>
a { background-color: #6675F0; }
a { background-color: rgb(102,117,240); }
div.DivClassName
{
background-color: #6675F0;
}
.BgClassName
{
background-color: #6675F0;
}
</style>
border-color css
<style>
span { border-color: #6675F0; }
span { border-color: rgb(102,117,240); }
td.TdClassName
{
border-color: #6675F0;
}
.TagClassName
{
border-color: #6675F0;
}
</style>