Shades of Medium Slate Blue #6674FA
Tints of Medium Slate Blue #6674FA
RGB
CMYK
RGB Variations
Color information
#6674FA (or 0x6674FA) is known color: Medium Slate Blue. HEX triplet: 66, 74 and FA. RGB value is (102,116,250). Sum of RGB (Red+Green+Blue) = 102+116+250=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #6674FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6674FA is #998B05. Grayscale: #7E7E7E. Windows color (decimal): -10062598 or 16413798. OLE color: 16413798.
HSL color Cylindrical-coordinate representation of color #6674FA: hue angle of 234.32º degrees, saturation: 0.94, 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 #6674FA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 116 | 250 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.02 |
| HSL | 234.32º | 0.94% | 0.69% | - |
| HSV(B) | 234.32º | 0.59% | 0.98% | - |
| XYZ | 28.98 | 22.22 | 93.2 | - |
| YUV | 127.09 | 197.36 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 250 | 0.59 | 0.54 | 0 | 0.02 | 234.32 | 0.94 | 0.69 |
| Hex | 66 | 74 | FA | 3B | 36 | 0 | 2 | EA | 5E | 45 |
| Octal | 146 | 164 | 372 | 73 | 66 | 0 | 2 | 352 | 136 | 105 |
| Binary | 1100110 | 1110100 | 11111010 | 111011 | 110110 | 0 | 10 | 11101010 | 1011110 | 1000101 |
Color Harmonies of #6674FA
Complementary color
Monochromatic Colors of #6674FA
Black with #6674FA
Text Example
Text Example
White with #6674FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6674FA; }
p { color: rgb(102,116,250); }
H1.HeaderClassName
{
color: #6674FA;
}
.AnyTagClassName
{
color: #6674FA;
}
</style>
background-color css
<style>
a { background-color: #6674FA; }
a { background-color: rgb(102,116,250); }
div.DivClassName
{
background-color: #6674FA;
}
.BgClassName
{
background-color: #6674FA;
}
</style>
border-color css
<style>
span { border-color: #6674FA; }
span { border-color: rgb(102,116,250); }
td.TdClassName
{
border-color: #6674FA;
}
.TagClassName
{
border-color: #6674FA;
}
</style>