Shades of Medium Slate Blue #6468FD
Tints of Medium Slate Blue #6468FD
RGB
CMYK
RGB Variations
Color information
#6468FD (or 0x6468FD) is known color: Medium Slate Blue. HEX triplet: 64, 68 and FD. RGB value is (100,104,253). Sum of RGB (Red+Green+Blue) = 100+104+253=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #6468FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468FD is #9B9702. Grayscale: #777777. Windows color (decimal): -10196739 or 16607332. OLE color: 16607332.
HSL color Cylindrical-coordinate representation of color #6468FD: hue angle of 238.43º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6468FD is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 104 | 253 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.01 |
| HSL | 238.43º | 0.97% | 0.69% | - |
| HSV(B) | 238.43º | 0.6% | 0.99% | - |
| XYZ | 27.94 | 19.7 | 95.26 | - |
| YUV | 119.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 253 | 0.60 | 0.59 | 0 | 0.01 | 238.43 | 0.97 | 0.69 |
| Hex | 64 | 68 | FD | 3C | 3B | 0 | 1 | EE | 61 | 45 |
| Octal | 144 | 150 | 375 | 74 | 73 | 0 | 1 | 356 | 141 | 105 |
| Binary | 1100100 | 1101000 | 11111101 | 111100 | 111011 | 0 | 1 | 11101110 | 1100001 | 1000101 |
Color Harmonies of #6468FD
Complementary color
Monochromatic Colors of #6468FD
Black with #6468FD
Text Example
Text Example
White with #6468FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468FD; }
p { color: rgb(100,104,253); }
H1.HeaderClassName
{
color: #6468FD;
}
.AnyTagClassName
{
color: #6468FD;
}
</style>
background-color css
<style>
a { background-color: #6468FD; }
a { background-color: rgb(100,104,253); }
div.DivClassName
{
background-color: #6468FD;
}
.BgClassName
{
background-color: #6468FD;
}
</style>
border-color css
<style>
span { border-color: #6468FD; }
span { border-color: rgb(100,104,253); }
td.TdClassName
{
border-color: #6468FD;
}
.TagClassName
{
border-color: #6468FD;
}
</style>