Shades of Medium Slate Blue #665DFB
Tints of Medium Slate Blue #665DFB
RGB
CMYK
RGB Variations
Color information
#665DFB (or 0x665DFB) is known color: Medium Slate Blue. HEX triplet: 66, 5D and FB. RGB value is (102,93,251). Sum of RGB (Red+Green+Blue) = 102+93+251=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #665DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665DFB is #99A204. Grayscale: #717171. Windows color (decimal): -10068485 or 16473446. OLE color: 16473446.
HSL color Cylindrical-coordinate representation of color #665DFB: hue angle of 243.42º degrees, saturation: 0.95, 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 #665DFB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 93 | 251 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.02 |
| HSL | 243.42º | 0.95% | 0.67% | - |
| HSV(B) | 243.42º | 0.63% | 0.98% | - |
| XYZ | 26.81 | 17.62 | 93.25 | - |
| YUV | 113.7 | 205.48 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 251 | 0.59 | 0.63 | 0 | 0.02 | 243.42 | 0.95 | 0.67 |
| Hex | 66 | 5D | FB | 3B | 3F | 0 | 2 | F3 | 5F | 43 |
| Octal | 146 | 135 | 373 | 73 | 77 | 0 | 2 | 363 | 137 | 103 |
| Binary | 1100110 | 1011101 | 11111011 | 111011 | 111111 | 0 | 10 | 11110011 | 1011111 | 1000011 |
Color Harmonies of #665DFB
Complementary color
Monochromatic Colors of #665DFB
Black with #665DFB
Text Example
Text Example
White with #665DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DFB; }
p { color: rgb(102,93,251); }
H1.HeaderClassName
{
color: #665DFB;
}
.AnyTagClassName
{
color: #665DFB;
}
</style>
background-color css
<style>
a { background-color: #665DFB; }
a { background-color: rgb(102,93,251); }
div.DivClassName
{
background-color: #665DFB;
}
.BgClassName
{
background-color: #665DFB;
}
</style>
border-color css
<style>
span { border-color: #665DFB; }
span { border-color: rgb(102,93,251); }
td.TdClassName
{
border-color: #665DFB;
}
.TagClassName
{
border-color: #665DFB;
}
</style>