Shades of Medium Slate Blue #665BF2
Tints of Medium Slate Blue #665BF2
RGB
CMYK
RGB Variations
Color information
#665BF2 (or 0x665BF2) is known color: Medium Slate Blue. HEX triplet: 66, 5B and F2. RGB value is (102,91,242). Sum of RGB (Red+Green+Blue) = 102+91+242=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #665BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BF2 is #99A40D. Grayscale: #6E6E6E. Windows color (decimal): -10069006 or 15883110. OLE color: 15883110.
HSL color Cylindrical-coordinate representation of color #665BF2: hue angle of 244.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665BF2 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 91 | 242 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.05 |
| HSL | 244.37º | 0.85% | 0.65% | - |
| HSV(B) | 244.37º | 0.62% | 0.95% | - |
| XYZ | 25.25 | 16.72 | 85.9 | - |
| YUV | 111.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 242 | 0.58 | 0.62 | 0 | 0.05 | 244.37 | 0.85 | 0.65 |
| Hex | 66 | 5B | F2 | 3A | 3E | 0 | 5 | F4 | 55 | 41 |
| Octal | 146 | 133 | 362 | 72 | 76 | 0 | 5 | 364 | 125 | 101 |
| Binary | 1100110 | 1011011 | 11110010 | 111010 | 111110 | 0 | 101 | 11110100 | 1010101 | 1000001 |
Color Harmonies of #665BF2
Complementary color
Monochromatic Colors of #665BF2
Black with #665BF2
Text Example
Text Example
White with #665BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BF2; }
p { color: rgb(102,91,242); }
H1.HeaderClassName
{
color: #665BF2;
}
.AnyTagClassName
{
color: #665BF2;
}
</style>
background-color css
<style>
a { background-color: #665BF2; }
a { background-color: rgb(102,91,242); }
div.DivClassName
{
background-color: #665BF2;
}
.BgClassName
{
background-color: #665BF2;
}
</style>
border-color css
<style>
span { border-color: #665BF2; }
span { border-color: rgb(102,91,242); }
td.TdClassName
{
border-color: #665BF2;
}
.TagClassName
{
border-color: #665BF2;
}
</style>