Shades of Medium Slate Blue #665AE7
Tints of Medium Slate Blue #665AE7
RGB
CMYK
RGB Variations
Color information
#665AE7 (or 0x665AE7) is known color: Medium Slate Blue. HEX triplet: 66, 5A and E7. RGB value is (102,90,231). Sum of RGB (Red+Green+Blue) = 102+90+231=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #665AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AE7 is #99A518. Grayscale: #6D6D6D. Windows color (decimal): -10069273 or 15161958. OLE color: 15161958.
HSL color Cylindrical-coordinate representation of color #665AE7: hue angle of 245.11º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665AE7 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 90 | 231 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.09 |
| HSL | 245.11º | 0.75% | 0.63% | - |
| HSV(B) | 245.11º | 0.61% | 0.91% | - |
| XYZ | 23.56 | 15.91 | 77.43 | - |
| YUV | 109.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 231 | 0.56 | 0.61 | 0 | 0.09 | 245.11 | 0.75 | 0.63 |
| Hex | 66 | 5A | E7 | 38 | 3D | 0 | 9 | F5 | 4B | 3F |
| Octal | 146 | 132 | 347 | 70 | 75 | 0 | 11 | 365 | 113 | 77 |
| Binary | 1100110 | 1011010 | 11100111 | 111000 | 111101 | 0 | 1001 | 11110101 | 1001011 | 111111 |
Color Harmonies of #665AE7
Complementary color
Monochromatic Colors of #665AE7
Black with #665AE7
Text Example
Text Example
White with #665AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AE7; }
p { color: rgb(102,90,231); }
H1.HeaderClassName
{
color: #665AE7;
}
.AnyTagClassName
{
color: #665AE7;
}
</style>
background-color css
<style>
a { background-color: #665AE7; }
a { background-color: rgb(102,90,231); }
div.DivClassName
{
background-color: #665AE7;
}
.BgClassName
{
background-color: #665AE7;
}
</style>
border-color css
<style>
span { border-color: #665AE7; }
span { border-color: rgb(102,90,231); }
td.TdClassName
{
border-color: #665AE7;
}
.TagClassName
{
border-color: #665AE7;
}
</style>