Shades of Medium Slate Blue #6672FA
Tints of Medium Slate Blue #6672FA
RGB
CMYK
RGB Variations
Color information
#6672FA (or 0x6672FA) is known color: Medium Slate Blue. HEX triplet: 66, 72 and FA. RGB value is (102,114,250). Sum of RGB (Red+Green+Blue) = 102+114+250=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #6672FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6672FA is #998D05. Grayscale: #7D7D7D. Windows color (decimal): -10063110 or 16413286. OLE color: 16413286.
HSL color Cylindrical-coordinate representation of color #6672FA: hue angle of 235.14º 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 #6672FA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 114 | 250 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.02 |
| HSL | 235.14º | 0.94% | 0.69% | - |
| HSV(B) | 235.14º | 0.59% | 0.98% | - |
| XYZ | 28.75 | 21.76 | 93.13 | - |
| YUV | 125.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 250 | 0.59 | 0.54 | 0 | 0.02 | 235.14 | 0.94 | 0.69 |
| Hex | 66 | 72 | FA | 3B | 36 | 0 | 2 | EB | 5E | 45 |
| Octal | 146 | 162 | 372 | 73 | 66 | 0 | 2 | 353 | 136 | 105 |
| Binary | 1100110 | 1110010 | 11111010 | 111011 | 110110 | 0 | 10 | 11101011 | 1011110 | 1000101 |
Color Harmonies of #6672FA
Complementary color
Monochromatic Colors of #6672FA
Black with #6672FA
Text Example
Text Example
White with #6672FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6672FA; }
p { color: rgb(102,114,250); }
H1.HeaderClassName
{
color: #6672FA;
}
.AnyTagClassName
{
color: #6672FA;
}
</style>
background-color css
<style>
a { background-color: #6672FA; }
a { background-color: rgb(102,114,250); }
div.DivClassName
{
background-color: #6672FA;
}
.BgClassName
{
background-color: #6672FA;
}
</style>
border-color css
<style>
span { border-color: #6672FA; }
span { border-color: rgb(102,114,250); }
td.TdClassName
{
border-color: #6672FA;
}
.TagClassName
{
border-color: #6672FA;
}
</style>