Shades of Medium Slate Blue #665FF1
Tints of Medium Slate Blue #665FF1
RGB
CMYK
RGB Variations
Color information
#665FF1 (or 0x665FF1) is known color: Medium Slate Blue. HEX triplet: 66, 5F and F1. RGB value is (102,95,241). Sum of RGB (Red+Green+Blue) = 102+95+241=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #665FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FF1 is #99A00E. Grayscale: #717171. Windows color (decimal): -10067983 or 15818598. OLE color: 15818598.
HSL color Cylindrical-coordinate representation of color #665FF1: hue angle of 242.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665FF1 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 95 | 241 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.05 |
| HSL | 242.88º | 0.84% | 0.66% | - |
| HSV(B) | 242.88º | 0.61% | 0.95% | - |
| XYZ | 25.45 | 17.36 | 85.23 | - |
| YUV | 113.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 241 | 0.58 | 0.61 | 0 | 0.05 | 242.88 | 0.84 | 0.66 |
| Hex | 66 | 5F | F1 | 3A | 3D | 0 | 5 | F3 | 54 | 42 |
| Octal | 146 | 137 | 361 | 72 | 75 | 0 | 5 | 363 | 124 | 102 |
| Binary | 1100110 | 1011111 | 11110001 | 111010 | 111101 | 0 | 101 | 11110011 | 1010100 | 1000010 |
Color Harmonies of #665FF1
Complementary color
Monochromatic Colors of #665FF1
Black with #665FF1
Text Example
Text Example
White with #665FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FF1; }
p { color: rgb(102,95,241); }
H1.HeaderClassName
{
color: #665FF1;
}
.AnyTagClassName
{
color: #665FF1;
}
</style>
background-color css
<style>
a { background-color: #665FF1; }
a { background-color: rgb(102,95,241); }
div.DivClassName
{
background-color: #665FF1;
}
.BgClassName
{
background-color: #665FF1;
}
</style>
border-color css
<style>
span { border-color: #665FF1; }
span { border-color: rgb(102,95,241); }
td.TdClassName
{
border-color: #665FF1;
}
.TagClassName
{
border-color: #665FF1;
}
</style>