Shades of Medium Slate Blue #665BF3
Tints of Medium Slate Blue #665BF3
RGB
CMYK
RGB Variations
Color information
#665BF3 (or 0x665BF3) is known color: Medium Slate Blue. HEX triplet: 66, 5B and F3. RGB value is (102,91,243). Sum of RGB (Red+Green+Blue) = 102+91+243=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #665BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BF3 is #99A40C. Grayscale: #6F6F6F. Windows color (decimal): -10069005 or 15948646. OLE color: 15948646.
HSL color Cylindrical-coordinate representation of color #665BF3: hue angle of 244.34º 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 #665BF3 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 91 | 243 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.05 |
| HSL | 244.34º | 0.86% | 0.65% | - |
| HSV(B) | 244.34º | 0.63% | 0.95% | - |
| XYZ | 25.4 | 16.78 | 86.69 | - |
| YUV | 111.62 | 202.14 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 243 | 0.58 | 0.63 | 0 | 0.05 | 244.34 | 0.86 | 0.65 |
| Hex | 66 | 5B | F3 | 3A | 3F | 0 | 5 | F4 | 56 | 41 |
| Octal | 146 | 133 | 363 | 72 | 77 | 0 | 5 | 364 | 126 | 101 |
| Binary | 1100110 | 1011011 | 11110011 | 111010 | 111111 | 0 | 101 | 11110100 | 1010110 | 1000001 |
Color Harmonies of #665BF3
Complementary color
Monochromatic Colors of #665BF3
Black with #665BF3
Text Example
Text Example
White with #665BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BF3; }
p { color: rgb(102,91,243); }
H1.HeaderClassName
{
color: #665BF3;
}
.AnyTagClassName
{
color: #665BF3;
}
</style>
background-color css
<style>
a { background-color: #665BF3; }
a { background-color: rgb(102,91,243); }
div.DivClassName
{
background-color: #665BF3;
}
.BgClassName
{
background-color: #665BF3;
}
</style>
border-color css
<style>
span { border-color: #665BF3; }
span { border-color: rgb(102,91,243); }
td.TdClassName
{
border-color: #665BF3;
}
.TagClassName
{
border-color: #665BF3;
}
</style>