Shades of Medium Slate Blue #6655EF
Tints of Medium Slate Blue #6655EF
RGB
CMYK
RGB Variations
Color information
#6655EF (or 0x6655EF) is known color: Medium Slate Blue. HEX triplet: 66, 55 and EF. RGB value is (102,85,239). Sum of RGB (Red+Green+Blue) = 102+85+239=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #6655EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6655EF is #99AA10. Grayscale: #6B6B6B. Windows color (decimal): -10070545 or 15684966. OLE color: 15684966.
HSL color Cylindrical-coordinate representation of color #6655EF: hue angle of 246.62º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6655EF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 85 | 239 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.06 |
| HSL | 246.62º | 0.83% | 0.64% | - |
| HSV(B) | 246.62º | 0.64% | 0.94% | - |
| XYZ | 24.31 | 15.55 | 83.38 | - |
| YUV | 107.64 | 202.13 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 239 | 0.57 | 0.64 | 0 | 0.06 | 246.62 | 0.83 | 0.64 |
| Hex | 66 | 55 | EF | 39 | 40 | 0 | 6 | F7 | 53 | 40 |
| Octal | 146 | 125 | 357 | 71 | 100 | 0 | 6 | 367 | 123 | 100 |
| Binary | 1100110 | 1010101 | 11101111 | 111001 | 1000000 | 0 | 110 | 11110111 | 1010011 | 1000000 |
Color Harmonies of #6655EF
Complementary color
Monochromatic Colors of #6655EF
Black with #6655EF
Text Example
Text Example
White with #6655EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655EF; }
p { color: rgb(102,85,239); }
H1.HeaderClassName
{
color: #6655EF;
}
.AnyTagClassName
{
color: #6655EF;
}
</style>
background-color css
<style>
a { background-color: #6655EF; }
a { background-color: rgb(102,85,239); }
div.DivClassName
{
background-color: #6655EF;
}
.BgClassName
{
background-color: #6655EF;
}
</style>
border-color css
<style>
span { border-color: #6655EF; }
span { border-color: rgb(102,85,239); }
td.TdClassName
{
border-color: #6655EF;
}
.TagClassName
{
border-color: #6655EF;
}
</style>