Shades of Medium Slate Blue #665CFD
Tints of Medium Slate Blue #665CFD
RGB
CMYK
RGB Variations
Color information
#665CFD (or 0x665CFD) is known color: Medium Slate Blue. HEX triplet: 66, 5C and FD. RGB value is (102,92,253). Sum of RGB (Red+Green+Blue) = 102+92+253=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #665CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CFD is #99A302. Grayscale: #707070. Windows color (decimal): -10068739 or 16604262. OLE color: 16604262.
HSL color Cylindrical-coordinate representation of color #665CFD: hue angle of 243.73º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665CFD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 92 | 253 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.01 |
| HSL | 243.73º | 0.98% | 0.68% | - |
| HSV(B) | 243.73º | 0.64% | 0.99% | - |
| XYZ | 27.04 | 17.57 | 94.9 | - |
| YUV | 113.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 253 | 0.60 | 0.64 | 0 | 0.01 | 243.73 | 0.98 | 0.68 |
| Hex | 66 | 5C | FD | 3C | 40 | 0 | 1 | F4 | 62 | 44 |
| Octal | 146 | 134 | 375 | 74 | 100 | 0 | 1 | 364 | 142 | 104 |
| Binary | 1100110 | 1011100 | 11111101 | 111100 | 1000000 | 0 | 1 | 11110100 | 1100010 | 1000100 |
Color Harmonies of #665CFD
Complementary color
Monochromatic Colors of #665CFD
Black with #665CFD
Text Example
Text Example
White with #665CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CFD; }
p { color: rgb(102,92,253); }
H1.HeaderClassName
{
color: #665CFD;
}
.AnyTagClassName
{
color: #665CFD;
}
</style>
background-color css
<style>
a { background-color: #665CFD; }
a { background-color: rgb(102,92,253); }
div.DivClassName
{
background-color: #665CFD;
}
.BgClassName
{
background-color: #665CFD;
}
</style>
border-color css
<style>
span { border-color: #665CFD; }
span { border-color: rgb(102,92,253); }
td.TdClassName
{
border-color: #665CFD;
}
.TagClassName
{
border-color: #665CFD;
}
</style>