Shades of Medium Slate Blue #665BFC
Tints of Medium Slate Blue #665BFC
RGB
CMYK
RGB Variations
Color information
#665BFC (or 0x665BFC) is known color: Medium Slate Blue. HEX triplet: 66, 5B and FC. RGB value is (102,91,252). Sum of RGB (Red+Green+Blue) = 102+91+252=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #665BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BFC is #99A403. Grayscale: #707070. Windows color (decimal): -10068996 or 16538470. OLE color: 16538470.
HSL color Cylindrical-coordinate representation of color #665BFC: hue angle of 244.1º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665BFC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 91 | 252 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.01 |
| HSL | 244.1º | 0.96% | 0.67% | - |
| HSV(B) | 244.1º | 0.64% | 0.99% | - |
| XYZ | 26.79 | 17.34 | 94.03 | - |
| YUV | 112.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 252 | 0.60 | 0.64 | 0 | 0.01 | 244.1 | 0.96 | 0.67 |
| Hex | 66 | 5B | FC | 3C | 40 | 0 | 1 | F4 | 60 | 43 |
| Octal | 146 | 133 | 374 | 74 | 100 | 0 | 1 | 364 | 140 | 103 |
| Binary | 1100110 | 1011011 | 11111100 | 111100 | 1000000 | 0 | 1 | 11110100 | 1100000 | 1000011 |
Color Harmonies of #665BFC
Complementary color
Monochromatic Colors of #665BFC
Black with #665BFC
Text Example
Text Example
White with #665BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BFC; }
p { color: rgb(102,91,252); }
H1.HeaderClassName
{
color: #665BFC;
}
.AnyTagClassName
{
color: #665BFC;
}
</style>
background-color css
<style>
a { background-color: #665BFC; }
a { background-color: rgb(102,91,252); }
div.DivClassName
{
background-color: #665BFC;
}
.BgClassName
{
background-color: #665BFC;
}
</style>
border-color css
<style>
span { border-color: #665BFC; }
span { border-color: rgb(102,91,252); }
td.TdClassName
{
border-color: #665BFC;
}
.TagClassName
{
border-color: #665BFC;
}
</style>