Shades of Medium Slate Blue #6766FD
Tints of Medium Slate Blue #6766FD
RGB
CMYK
RGB Variations
Color information
#6766FD (or 0x6766FD) is known color: Medium Slate Blue. HEX triplet: 67, 66 and FD. RGB value is (103,102,253). Sum of RGB (Red+Green+Blue) = 103+102+253=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #6766FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6766FD is #989902. Grayscale: #767676. Windows color (decimal): -10000643 or 16606823. OLE color: 16606823.
HSL color Cylindrical-coordinate representation of color #6766FD: hue angle of 240.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6766FD is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 102 | 253 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.01 |
| HSL | 240.4º | 0.97% | 0.7% | - |
| HSV(B) | 240.4º | 0.6% | 0.99% | - |
| XYZ | 28.07 | 19.48 | 95.21 | - |
| YUV | 119.51 | 203.33 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 253 | 0.59 | 0.60 | 0 | 0.01 | 240.4 | 0.97 | 0.7 |
| Hex | 67 | 66 | FD | 3B | 3C | 0 | 1 | F0 | 61 | 46 |
| Octal | 147 | 146 | 375 | 73 | 74 | 0 | 1 | 360 | 141 | 106 |
| Binary | 1100111 | 1100110 | 11111101 | 111011 | 111100 | 0 | 1 | 11110000 | 1100001 | 1000110 |
Color Harmonies of #6766FD
Complementary color
Monochromatic Colors of #6766FD
Black with #6766FD
Text Example
Text Example
White with #6766FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6766FD; }
p { color: rgb(103,102,253); }
H1.HeaderClassName
{
color: #6766FD;
}
.AnyTagClassName
{
color: #6766FD;
}
</style>
background-color css
<style>
a { background-color: #6766FD; }
a { background-color: rgb(103,102,253); }
div.DivClassName
{
background-color: #6766FD;
}
.BgClassName
{
background-color: #6766FD;
}
</style>
border-color css
<style>
span { border-color: #6766FD; }
span { border-color: rgb(103,102,253); }
td.TdClassName
{
border-color: #6766FD;
}
.TagClassName
{
border-color: #6766FD;
}
</style>