Shades of Medium Slate Blue #665AF9
Tints of Medium Slate Blue #665AF9
RGB
CMYK
RGB Variations
Color information
#665AF9 (or 0x665AF9) is known color: Medium Slate Blue. HEX triplet: 66, 5A and F9. RGB value is (102,90,249). Sum of RGB (Red+Green+Blue) = 102+90+249=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #665AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AF9 is #99A506. Grayscale: #6F6F6F. Windows color (decimal): -10069255 or 16341606. OLE color: 16341606.
HSL color Cylindrical-coordinate representation of color #665AF9: hue angle of 244.53º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665AF9 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 90 | 249 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.02 |
| HSL | 244.53º | 0.93% | 0.66% | - |
| HSV(B) | 244.53º | 0.64% | 0.98% | - |
| XYZ | 26.23 | 16.98 | 91.52 | - |
| YUV | 111.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 249 | 0.59 | 0.64 | 0 | 0.02 | 244.53 | 0.93 | 0.66 |
| Hex | 66 | 5A | F9 | 3B | 40 | 0 | 2 | F5 | 5D | 42 |
| Octal | 146 | 132 | 371 | 73 | 100 | 0 | 2 | 365 | 135 | 102 |
| Binary | 1100110 | 1011010 | 11111001 | 111011 | 1000000 | 0 | 10 | 11110101 | 1011101 | 1000010 |
Color Harmonies of #665AF9
Complementary color
Monochromatic Colors of #665AF9
Black with #665AF9
Text Example
Text Example
White with #665AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AF9; }
p { color: rgb(102,90,249); }
H1.HeaderClassName
{
color: #665AF9;
}
.AnyTagClassName
{
color: #665AF9;
}
</style>
background-color css
<style>
a { background-color: #665AF9; }
a { background-color: rgb(102,90,249); }
div.DivClassName
{
background-color: #665AF9;
}
.BgClassName
{
background-color: #665AF9;
}
</style>
border-color css
<style>
span { border-color: #665AF9; }
span { border-color: rgb(102,90,249); }
td.TdClassName
{
border-color: #665AF9;
}
.TagClassName
{
border-color: #665AF9;
}
</style>