Shades of Medium Slate Blue #6675FA
Tints of Medium Slate Blue #6675FA
RGB
CMYK
RGB Variations
Color information
#6675FA (or 0x6675FA) is known color: Medium Slate Blue. HEX triplet: 66, 75 and FA. RGB value is (102,117,250). Sum of RGB (Red+Green+Blue) = 102+117+250=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #6675FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675FA is #998A05. Grayscale: #7F7F7F. Windows color (decimal): -10062342 or 16414054. OLE color: 16414054.
HSL color Cylindrical-coordinate representation of color #6675FA: hue angle of 233.92º 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 #6675FA is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 117 | 250 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.02 |
| HSL | 233.92º | 0.94% | 0.69% | - |
| HSV(B) | 233.92º | 0.59% | 0.98% | - |
| XYZ | 29.1 | 22.45 | 93.24 | - |
| YUV | 127.68 | 197.03 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 250 | 0.59 | 0.53 | 0 | 0.02 | 233.92 | 0.94 | 0.69 |
| Hex | 66 | 75 | FA | 3B | 35 | 0 | 2 | EA | 5E | 45 |
| Octal | 146 | 165 | 372 | 73 | 65 | 0 | 2 | 352 | 136 | 105 |
| Binary | 1100110 | 1110101 | 11111010 | 111011 | 110101 | 0 | 10 | 11101010 | 1011110 | 1000101 |
Color Harmonies of #6675FA
Complementary color
Monochromatic Colors of #6675FA
Black with #6675FA
Text Example
Text Example
White with #6675FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675FA; }
p { color: rgb(102,117,250); }
H1.HeaderClassName
{
color: #6675FA;
}
.AnyTagClassName
{
color: #6675FA;
}
</style>
background-color css
<style>
a { background-color: #6675FA; }
a { background-color: rgb(102,117,250); }
div.DivClassName
{
background-color: #6675FA;
}
.BgClassName
{
background-color: #6675FA;
}
</style>
border-color css
<style>
span { border-color: #6675FA; }
span { border-color: rgb(102,117,250); }
td.TdClassName
{
border-color: #6675FA;
}
.TagClassName
{
border-color: #6675FA;
}
</style>