Shades of Medium Slate Blue #665CFA
Tints of Medium Slate Blue #665CFA
RGB
CMYK
RGB Variations
Color information
#665CFA (or 0x665CFA) is known color: Medium Slate Blue. HEX triplet: 66, 5C and FA. RGB value is (102,92,250). Sum of RGB (Red+Green+Blue) = 102+92+250=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #665CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CFA is #99A305. Grayscale: #707070. Windows color (decimal): -10068742 or 16407654. OLE color: 16407654.
HSL color Cylindrical-coordinate representation of color #665CFA: hue angle of 243.8º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665CFA is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 92 | 250 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.02 |
| HSL | 243.8º | 0.94% | 0.67% | - |
| HSV(B) | 243.8º | 0.63% | 0.98% | - |
| XYZ | 26.56 | 17.38 | 92.4 | - |
| YUV | 113 | 205.31 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 250 | 0.59 | 0.63 | 0 | 0.02 | 243.8 | 0.94 | 0.67 |
| Hex | 66 | 5C | FA | 3B | 3F | 0 | 2 | F4 | 5E | 43 |
| Octal | 146 | 134 | 372 | 73 | 77 | 0 | 2 | 364 | 136 | 103 |
| Binary | 1100110 | 1011100 | 11111010 | 111011 | 111111 | 0 | 10 | 11110100 | 1011110 | 1000011 |
Color Harmonies of #665CFA
Complementary color
Monochromatic Colors of #665CFA
Black with #665CFA
Text Example
Text Example
White with #665CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CFA; }
p { color: rgb(102,92,250); }
H1.HeaderClassName
{
color: #665CFA;
}
.AnyTagClassName
{
color: #665CFA;
}
</style>
background-color css
<style>
a { background-color: #665CFA; }
a { background-color: rgb(102,92,250); }
div.DivClassName
{
background-color: #665CFA;
}
.BgClassName
{
background-color: #665CFA;
}
</style>
border-color css
<style>
span { border-color: #665CFA; }
span { border-color: rgb(102,92,250); }
td.TdClassName
{
border-color: #665CFA;
}
.TagClassName
{
border-color: #665CFA;
}
</style>