Shades of Medium Slate Blue #665FFA
Tints of Medium Slate Blue #665FFA
RGB
CMYK
RGB Variations
Color information
#665FFA (or 0x665FFA) is known color: Medium Slate Blue. HEX triplet: 66, 5F and FA. RGB value is (102,95,250). Sum of RGB (Red+Green+Blue) = 102+95+250=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #665FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FFA is #99A005. Grayscale: #727272. Windows color (decimal): -10067974 or 16408422. OLE color: 16408422.
HSL color Cylindrical-coordinate representation of color #665FFA: hue angle of 242.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665FFA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 95 | 250 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.02 |
| HSL | 242.71º | 0.94% | 0.68% | - |
| HSV(B) | 242.71º | 0.62% | 0.98% | - |
| XYZ | 26.83 | 17.91 | 92.49 | - |
| YUV | 114.76 | 204.32 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 250 | 0.59 | 0.62 | 0 | 0.02 | 242.71 | 0.94 | 0.68 |
| Hex | 66 | 5F | FA | 3B | 3E | 0 | 2 | F3 | 5E | 44 |
| Octal | 146 | 137 | 372 | 73 | 76 | 0 | 2 | 363 | 136 | 104 |
| Binary | 1100110 | 1011111 | 11111010 | 111011 | 111110 | 0 | 10 | 11110011 | 1011110 | 1000100 |
Color Harmonies of #665FFA
Complementary color
Monochromatic Colors of #665FFA
Black with #665FFA
Text Example
Text Example
White with #665FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FFA; }
p { color: rgb(102,95,250); }
H1.HeaderClassName
{
color: #665FFA;
}
.AnyTagClassName
{
color: #665FFA;
}
</style>
background-color css
<style>
a { background-color: #665FFA; }
a { background-color: rgb(102,95,250); }
div.DivClassName
{
background-color: #665FFA;
}
.BgClassName
{
background-color: #665FFA;
}
</style>
border-color css
<style>
span { border-color: #665FFA; }
span { border-color: rgb(102,95,250); }
td.TdClassName
{
border-color: #665FFA;
}
.TagClassName
{
border-color: #665FFA;
}
</style>