Shades of Medium Slate Blue #6655EA
Tints of Medium Slate Blue #6655EA
RGB
CMYK
RGB Variations
Color information
#6655EA (or 0x6655EA) is known color: Medium Slate Blue. HEX triplet: 66, 55 and EA. RGB value is (102,85,234). Sum of RGB (Red+Green+Blue) = 102+85+234=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #6655EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6655EA is #99AA15. Grayscale: #6A6A6A. Windows color (decimal): -10070550 or 15357286. OLE color: 15357286.
HSL color Cylindrical-coordinate representation of color #6655EA: hue angle of 246.85º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6655EA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 85 | 234 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.08 |
| HSL | 246.85º | 0.78% | 0.63% | - |
| HSV(B) | 246.85º | 0.64% | 0.92% | - |
| XYZ | 23.58 | 15.26 | 79.55 | - |
| YUV | 107.07 | 199.63 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 234 | 0.56 | 0.64 | 0 | 0.08 | 246.85 | 0.78 | 0.63 |
| Hex | 66 | 55 | EA | 38 | 40 | 0 | 8 | F7 | 4E | 3F |
| Octal | 146 | 125 | 352 | 70 | 100 | 0 | 10 | 367 | 116 | 77 |
| Binary | 1100110 | 1010101 | 11101010 | 111000 | 1000000 | 0 | 1000 | 11110111 | 1001110 | 111111 |
Color Harmonies of #6655EA
Complementary color
Monochromatic Colors of #6655EA
Black with #6655EA
Text Example
Text Example
White with #6655EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655EA; }
p { color: rgb(102,85,234); }
H1.HeaderClassName
{
color: #6655EA;
}
.AnyTagClassName
{
color: #6655EA;
}
</style>
background-color css
<style>
a { background-color: #6655EA; }
a { background-color: rgb(102,85,234); }
div.DivClassName
{
background-color: #6655EA;
}
.BgClassName
{
background-color: #6655EA;
}
</style>
border-color css
<style>
span { border-color: #6655EA; }
span { border-color: rgb(102,85,234); }
td.TdClassName
{
border-color: #6655EA;
}
.TagClassName
{
border-color: #6655EA;
}
</style>