Shades of Medium Slate Blue #6777FD
Tints of Medium Slate Blue #6777FD
RGB
CMYK
RGB Variations
Color information
#6777FD (or 0x6777FD) is known color: Medium Slate Blue. HEX triplet: 67, 77 and FD. RGB value is (103,119,253). Sum of RGB (Red+Green+Blue) = 103+119+253=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #6777FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6777FD is #988802. Grayscale: #808080. Windows color (decimal): -9996291 or 16611175. OLE color: 16611175.
HSL color Cylindrical-coordinate representation of color #6777FD: hue angle of 233.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6777FD is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 119 | 253 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.01 |
| HSL | 233.6º | 0.97% | 0.7% | - |
| HSV(B) | 233.6º | 0.59% | 0.99% | - |
| XYZ | 29.92 | 23.17 | 95.82 | - |
| YUV | 129.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 253 | 0.59 | 0.53 | 0 | 0.01 | 233.6 | 0.97 | 0.7 |
| Hex | 67 | 77 | FD | 3B | 35 | 0 | 1 | EA | 61 | 46 |
| Octal | 147 | 167 | 375 | 73 | 65 | 0 | 1 | 352 | 141 | 106 |
| Binary | 1100111 | 1110111 | 11111101 | 111011 | 110101 | 0 | 1 | 11101010 | 1100001 | 1000110 |
Color Harmonies of #6777FD
Complementary color
Monochromatic Colors of #6777FD
Black with #6777FD
Text Example
Text Example
White with #6777FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777FD; }
p { color: rgb(103,119,253); }
H1.HeaderClassName
{
color: #6777FD;
}
.AnyTagClassName
{
color: #6777FD;
}
</style>
background-color css
<style>
a { background-color: #6777FD; }
a { background-color: rgb(103,119,253); }
div.DivClassName
{
background-color: #6777FD;
}
.BgClassName
{
background-color: #6777FD;
}
</style>
border-color css
<style>
span { border-color: #6777FD; }
span { border-color: rgb(103,119,253); }
td.TdClassName
{
border-color: #6777FD;
}
.TagClassName
{
border-color: #6777FD;
}
</style>