Shades of Medium Slate Blue #665AF1
Tints of Medium Slate Blue #665AF1
RGB
CMYK
RGB Variations
Color information
#665AF1 (or 0x665AF1) is known color: Medium Slate Blue. HEX triplet: 66, 5A and F1. RGB value is (102,90,241). Sum of RGB (Red+Green+Blue) = 102+90+241=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #665AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AF1 is #99A50E. Grayscale: #6E6E6E. Windows color (decimal): -10069263 or 15817318. OLE color: 15817318.
HSL color Cylindrical-coordinate representation of color #665AF1: hue angle of 244.77º degrees, saturation: 0.84, 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 #665AF1 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 90 | 241 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.05 |
| HSL | 244.77º | 0.84% | 0.65% | - |
| HSV(B) | 244.77º | 0.63% | 0.95% | - |
| XYZ | 25.01 | 16.49 | 85.08 | - |
| YUV | 110.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 241 | 0.58 | 0.63 | 0 | 0.05 | 244.77 | 0.84 | 0.65 |
| Hex | 66 | 5A | F1 | 3A | 3F | 0 | 5 | F5 | 54 | 41 |
| Octal | 146 | 132 | 361 | 72 | 77 | 0 | 5 | 365 | 124 | 101 |
| Binary | 1100110 | 1011010 | 11110001 | 111010 | 111111 | 0 | 101 | 11110101 | 1010100 | 1000001 |
Color Harmonies of #665AF1
Complementary color
Monochromatic Colors of #665AF1
Black with #665AF1
Text Example
Text Example
White with #665AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AF1; }
p { color: rgb(102,90,241); }
H1.HeaderClassName
{
color: #665AF1;
}
.AnyTagClassName
{
color: #665AF1;
}
</style>
background-color css
<style>
a { background-color: #665AF1; }
a { background-color: rgb(102,90,241); }
div.DivClassName
{
background-color: #665AF1;
}
.BgClassName
{
background-color: #665AF1;
}
</style>
border-color css
<style>
span { border-color: #665AF1; }
span { border-color: rgb(102,90,241); }
td.TdClassName
{
border-color: #665AF1;
}
.TagClassName
{
border-color: #665AF1;
}
</style>