Shades of Medium Slate Blue #6675EA
Tints of Medium Slate Blue #6675EA
RGB
CMYK
RGB Variations
Color information
#6675EA (or 0x6675EA) is known color: Medium Slate Blue. HEX triplet: 66, 75 and EA. RGB value is (102,117,234). Sum of RGB (Red+Green+Blue) = 102+117+234=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #6675EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675EA is #998A15. Grayscale: #7D7D7D. Windows color (decimal): -10062358 or 15365478. OLE color: 15365478.
HSL color Cylindrical-coordinate representation of color #6675EA: hue angle of 233.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6675EA is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 117 | 234 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.08 |
| HSL | 233.18º | 0.76% | 0.66% | - |
| HSV(B) | 233.18º | 0.56% | 0.92% | - |
| XYZ | 26.69 | 21.49 | 80.58 | - |
| YUV | 125.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 234 | 0.56 | 0.5 | 0 | 0.08 | 233.18 | 0.76 | 0.66 |
| Hex | 66 | 75 | EA | 38 | 32 | 0 | 8 | E9 | 4C | 42 |
| Octal | 146 | 165 | 352 | 70 | 62 | 0 | 10 | 351 | 114 | 102 |
| Binary | 1100110 | 1110101 | 11101010 | 111000 | 110010 | 0 | 1000 | 11101001 | 1001100 | 1000010 |
Color Harmonies of #6675EA
Complementary color
Monochromatic Colors of #6675EA
Black with #6675EA
Text Example
Text Example
White with #6675EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675EA; }
p { color: rgb(102,117,234); }
H1.HeaderClassName
{
color: #6675EA;
}
.AnyTagClassName
{
color: #6675EA;
}
</style>
background-color css
<style>
a { background-color: #6675EA; }
a { background-color: rgb(102,117,234); }
div.DivClassName
{
background-color: #6675EA;
}
.BgClassName
{
background-color: #6675EA;
}
</style>
border-color css
<style>
span { border-color: #6675EA; }
span { border-color: rgb(102,117,234); }
td.TdClassName
{
border-color: #6675EA;
}
.TagClassName
{
border-color: #6675EA;
}
</style>