Shades of Medium Slate Blue #6675FD
Tints of Medium Slate Blue #6675FD
RGB
CMYK
RGB Variations
Color information
#6675FD (or 0x6675FD) is known color: Medium Slate Blue. HEX triplet: 66, 75 and FD. RGB value is (102,117,253). Sum of RGB (Red+Green+Blue) = 102+117+253=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #6675FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675FD is #998A02. Grayscale: #7F7F7F. Windows color (decimal): -10062339 or 16610662. OLE color: 16610662.
HSL color Cylindrical-coordinate representation of color #6675FD: hue angle of 234.04º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6675FD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 117 | 253 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.01 |
| HSL | 234.04º | 0.97% | 0.7% | - |
| HSV(B) | 234.04º | 0.6% | 0.99% | - |
| XYZ | 29.57 | 22.64 | 95.74 | - |
| YUV | 128.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 253 | 0.60 | 0.54 | 0 | 0.01 | 234.04 | 0.97 | 0.7 |
| Hex | 66 | 75 | FD | 3C | 36 | 0 | 1 | EA | 61 | 46 |
| Octal | 146 | 165 | 375 | 74 | 66 | 0 | 1 | 352 | 141 | 106 |
| Binary | 1100110 | 1110101 | 11111101 | 111100 | 110110 | 0 | 1 | 11101010 | 1100001 | 1000110 |
Color Harmonies of #6675FD
Complementary color
Monochromatic Colors of #6675FD
Black with #6675FD
Text Example
Text Example
White with #6675FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675FD; }
p { color: rgb(102,117,253); }
H1.HeaderClassName
{
color: #6675FD;
}
.AnyTagClassName
{
color: #6675FD;
}
</style>
background-color css
<style>
a { background-color: #6675FD; }
a { background-color: rgb(102,117,253); }
div.DivClassName
{
background-color: #6675FD;
}
.BgClassName
{
background-color: #6675FD;
}
</style>
border-color css
<style>
span { border-color: #6675FD; }
span { border-color: rgb(102,117,253); }
td.TdClassName
{
border-color: #6675FD;
}
.TagClassName
{
border-color: #6675FD;
}
</style>