Shades of Medium Slate Blue #6768FD
Tints of Medium Slate Blue #6768FD
RGB
CMYK
RGB Variations
Color information
#6768FD (or 0x6768FD) is known color: Medium Slate Blue. HEX triplet: 67, 68 and FD. RGB value is (103,104,253). Sum of RGB (Red+Green+Blue) = 103+104+253=460 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.39% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #6768FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6768FD is #989702. Grayscale: #787878. Windows color (decimal): -10000131 or 16607335. OLE color: 16607335.
HSL color Cylindrical-coordinate representation of color #6768FD: hue angle of 239.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 #6768FD is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 104 | 253 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.01 |
| HSL | 239.6º | 0.97% | 0.7% | - |
| HSV(B) | 239.6º | 0.59% | 0.99% | - |
| XYZ | 28.27 | 19.88 | 95.27 | - |
| YUV | 120.69 | 202.67 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 253 | 0.59 | 0.59 | 0 | 0.01 | 239.6 | 0.97 | 0.7 |
| Hex | 67 | 68 | FD | 3B | 3B | 0 | 1 | F0 | 61 | 46 |
| Octal | 147 | 150 | 375 | 73 | 73 | 0 | 1 | 360 | 141 | 106 |
| Binary | 1100111 | 1101000 | 11111101 | 111011 | 111011 | 0 | 1 | 11110000 | 1100001 | 1000110 |
Color Harmonies of #6768FD
Complementary color
Monochromatic Colors of #6768FD
Black with #6768FD
Text Example
Text Example
White with #6768FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6768FD; }
p { color: rgb(103,104,253); }
H1.HeaderClassName
{
color: #6768FD;
}
.AnyTagClassName
{
color: #6768FD;
}
</style>
background-color css
<style>
a { background-color: #6768FD; }
a { background-color: rgb(103,104,253); }
div.DivClassName
{
background-color: #6768FD;
}
.BgClassName
{
background-color: #6768FD;
}
</style>
border-color css
<style>
span { border-color: #6768FD; }
span { border-color: rgb(103,104,253); }
td.TdClassName
{
border-color: #6768FD;
}
.TagClassName
{
border-color: #6768FD;
}
</style>