Shades of Medium Slate Blue #6665EA
Tints of Medium Slate Blue #6665EA
RGB
CMYK
RGB Variations
Color information
#6665EA (or 0x6665EA) is known color: Medium Slate Blue. HEX triplet: 66, 65 and EA. RGB value is (102,101,234). Sum of RGB (Red+Green+Blue) = 102+101+234=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6665EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6665EA is #999A15. Grayscale: #737373. Windows color (decimal): -10066454 or 15361382. OLE color: 15361382.
HSL color Cylindrical-coordinate representation of color #6665EA: hue angle of 240.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6665EA is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 101 | 234 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.08 |
| HSL | 240.45º | 0.76% | 0.66% | - |
| HSV(B) | 240.45º | 0.57% | 0.92% | - |
| XYZ | 24.98 | 18.07 | 80.01 | - |
| YUV | 116.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 234 | 0.56 | 0.57 | 0 | 0.08 | 240.45 | 0.76 | 0.66 |
| Hex | 66 | 65 | EA | 38 | 39 | 0 | 8 | F0 | 4C | 42 |
| Octal | 146 | 145 | 352 | 70 | 71 | 0 | 10 | 360 | 114 | 102 |
| Binary | 1100110 | 1100101 | 11101010 | 111000 | 111001 | 0 | 1000 | 11110000 | 1001100 | 1000010 |
Color Harmonies of #6665EA
Complementary color
Monochromatic Colors of #6665EA
Black with #6665EA
Text Example
Text Example
White with #6665EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6665EA; }
p { color: rgb(102,101,234); }
H1.HeaderClassName
{
color: #6665EA;
}
.AnyTagClassName
{
color: #6665EA;
}
</style>
background-color css
<style>
a { background-color: #6665EA; }
a { background-color: rgb(102,101,234); }
div.DivClassName
{
background-color: #6665EA;
}
.BgClassName
{
background-color: #6665EA;
}
</style>
border-color css
<style>
span { border-color: #6665EA; }
span { border-color: rgb(102,101,234); }
td.TdClassName
{
border-color: #6665EA;
}
.TagClassName
{
border-color: #6665EA;
}
</style>