Shades of Medium Slate Blue #6675DF
Tints of Medium Slate Blue #6675DF
RGB
CMYK
RGB Variations
Color information
#6675DF (or 0x6675DF) is known color: Medium Slate Blue. HEX triplet: 66, 75 and DF. RGB value is (102,117,223). Sum of RGB (Red+Green+Blue) = 102+117+223=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #6675DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675DF is #998A20. Grayscale: #7C7C7C. Windows color (decimal): -10062369 or 14644582. OLE color: 14644582.
HSL color Cylindrical-coordinate representation of color #6675DF: hue angle of 232.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6675DF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 117 | 223 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.13 |
| HSL | 232.56º | 0.65% | 0.64% | - |
| HSV(B) | 232.56º | 0.54% | 0.87% | - |
| XYZ | 25.16 | 20.88 | 72.52 | - |
| YUV | 124.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 223 | 0.54 | 0.48 | 0 | 0.13 | 232.56 | 0.65 | 0.64 |
| Hex | 66 | 75 | DF | 36 | 30 | 0 | D | E9 | 41 | 40 |
| Octal | 146 | 165 | 337 | 66 | 60 | 0 | 15 | 351 | 101 | 100 |
| Binary | 1100110 | 1110101 | 11011111 | 110110 | 110000 | 0 | 1101 | 11101001 | 1000001 | 1000000 |
Color Harmonies of #6675DF
Complementary color
Monochromatic Colors of #6675DF
Black with #6675DF
Text Example
Text Example
White with #6675DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675DF; }
p { color: rgb(102,117,223); }
H1.HeaderClassName
{
color: #6675DF;
}
.AnyTagClassName
{
color: #6675DF;
}
</style>
background-color css
<style>
a { background-color: #6675DF; }
a { background-color: rgb(102,117,223); }
div.DivClassName
{
background-color: #6675DF;
}
.BgClassName
{
background-color: #6675DF;
}
</style>
border-color css
<style>
span { border-color: #6675DF; }
span { border-color: rgb(102,117,223); }
td.TdClassName
{
border-color: #6675DF;
}
.TagClassName
{
border-color: #6675DF;
}
</style>