Shades of Medium Slate Blue #6670F2
Tints of Medium Slate Blue #6670F2
RGB
CMYK
RGB Variations
Color information
#6670F2 (or 0x6670F2) is known color: Medium Slate Blue. HEX triplet: 66, 70 and F2. RGB value is (102,112,242). Sum of RGB (Red+Green+Blue) = 102+112+242=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #6670F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6670F2 is #998F0D. Grayscale: #7B7B7B. Windows color (decimal): -10063630 or 15888486. OLE color: 15888486.
HSL color Cylindrical-coordinate representation of color #6670F2: hue angle of 235.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6670F2 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 112 | 242 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.05 |
| HSL | 235.71º | 0.84% | 0.67% | - |
| HSV(B) | 235.71º | 0.58% | 0.95% | - |
| XYZ | 27.3 | 20.82 | 86.58 | - |
| YUV | 123.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 242 | 0.58 | 0.54 | 0 | 0.05 | 235.71 | 0.84 | 0.67 |
| Hex | 66 | 70 | F2 | 3A | 36 | 0 | 5 | EC | 54 | 43 |
| Octal | 146 | 160 | 362 | 72 | 66 | 0 | 5 | 354 | 124 | 103 |
| Binary | 1100110 | 1110000 | 11110010 | 111010 | 110110 | 0 | 101 | 11101100 | 1010100 | 1000011 |
Color Harmonies of #6670F2
Complementary color
Monochromatic Colors of #6670F2
Black with #6670F2
Text Example
Text Example
White with #6670F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6670F2; }
p { color: rgb(102,112,242); }
H1.HeaderClassName
{
color: #6670F2;
}
.AnyTagClassName
{
color: #6670F2;
}
</style>
background-color css
<style>
a { background-color: #6670F2; }
a { background-color: rgb(102,112,242); }
div.DivClassName
{
background-color: #6670F2;
}
.BgClassName
{
background-color: #6670F2;
}
</style>
border-color css
<style>
span { border-color: #6670F2; }
span { border-color: rgb(102,112,242); }
td.TdClassName
{
border-color: #6670F2;
}
.TagClassName
{
border-color: #6670F2;
}
</style>