Shades of Medium Slate Blue #6675DE
Tints of Medium Slate Blue #6675DE
RGB
CMYK
RGB Variations
Color information
#6675DE (or 0x6675DE) is known color: Medium Slate Blue. HEX triplet: 66, 75 and DE. RGB value is (102,117,222). Sum of RGB (Red+Green+Blue) = 102+117+222=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #6675DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675DE is #998A21. Grayscale: #7C7C7C. Windows color (decimal): -10062370 or 14579046. OLE color: 14579046.
HSL color Cylindrical-coordinate representation of color #6675DE: hue angle of 232.5º 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 #6675DE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 117 | 222 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.13 |
| HSL | 232.5º | 0.65% | 0.64% | - |
| HSV(B) | 232.5º | 0.54% | 0.87% | - |
| XYZ | 25.03 | 20.82 | 71.81 | - |
| YUV | 124.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 222 | 0.54 | 0.47 | 0 | 0.13 | 232.5 | 0.65 | 0.64 |
| Hex | 66 | 75 | DE | 36 | 2F | 0 | D | E8 | 41 | 40 |
| Octal | 146 | 165 | 336 | 66 | 57 | 0 | 15 | 350 | 101 | 100 |
| Binary | 1100110 | 1110101 | 11011110 | 110110 | 101111 | 0 | 1101 | 11101000 | 1000001 | 1000000 |
Color Harmonies of #6675DE
Complementary color
Monochromatic Colors of #6675DE
Black with #6675DE
Text Example
Text Example
White with #6675DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675DE; }
p { color: rgb(102,117,222); }
H1.HeaderClassName
{
color: #6675DE;
}
.AnyTagClassName
{
color: #6675DE;
}
</style>
background-color css
<style>
a { background-color: #6675DE; }
a { background-color: rgb(102,117,222); }
div.DivClassName
{
background-color: #6675DE;
}
.BgClassName
{
background-color: #6675DE;
}
</style>
border-color css
<style>
span { border-color: #6675DE; }
span { border-color: rgb(102,117,222); }
td.TdClassName
{
border-color: #6675DE;
}
.TagClassName
{
border-color: #6675DE;
}
</style>