Shades of Medium Slate Blue #665AF3
Tints of Medium Slate Blue #665AF3
RGB
CMYK
RGB Variations
Color information
#665AF3 (or 0x665AF3) is known color: Medium Slate Blue. HEX triplet: 66, 5A and F3. RGB value is (102,90,243). Sum of RGB (Red+Green+Blue) = 102+90+243=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #665AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AF3 is #99A50C. Grayscale: #6E6E6E. Windows color (decimal): -10069261 or 15948390. OLE color: 15948390.
HSL color Cylindrical-coordinate representation of color #665AF3: hue angle of 244.71º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665AF3 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 90 | 243 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.05 |
| HSL | 244.71º | 0.86% | 0.65% | - |
| HSV(B) | 244.71º | 0.63% | 0.95% | - |
| XYZ | 25.31 | 16.61 | 86.67 | - |
| YUV | 111.03 | 202.48 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 243 | 0.58 | 0.63 | 0 | 0.05 | 244.71 | 0.86 | 0.65 |
| Hex | 66 | 5A | F3 | 3A | 3F | 0 | 5 | F5 | 56 | 41 |
| Octal | 146 | 132 | 363 | 72 | 77 | 0 | 5 | 365 | 126 | 101 |
| Binary | 1100110 | 1011010 | 11110011 | 111010 | 111111 | 0 | 101 | 11110101 | 1010110 | 1000001 |
Color Harmonies of #665AF3
Complementary color
Monochromatic Colors of #665AF3
Black with #665AF3
Text Example
Text Example
White with #665AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AF3; }
p { color: rgb(102,90,243); }
H1.HeaderClassName
{
color: #665AF3;
}
.AnyTagClassName
{
color: #665AF3;
}
</style>
background-color css
<style>
a { background-color: #665AF3; }
a { background-color: rgb(102,90,243); }
div.DivClassName
{
background-color: #665AF3;
}
.BgClassName
{
background-color: #665AF3;
}
</style>
border-color css
<style>
span { border-color: #665AF3; }
span { border-color: rgb(102,90,243); }
td.TdClassName
{
border-color: #665AF3;
}
.TagClassName
{
border-color: #665AF3;
}
</style>