Shades of Medium Slate Blue #6468FF
Tints of Medium Slate Blue #6468FF
RGB
CMYK
RGB Variations
Color information
#6468FF (or 0x6468FF) is known color: Medium Slate Blue. HEX triplet: 64, 68 and FF. RGB value is (100,104,255). Sum of RGB (Red+Green+Blue) = 100+104+255=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6468FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6468FF is #9B9700. Grayscale: #777777. Windows color (decimal): -10196737 or 16738404. OLE color: 16738404.
HSL color Cylindrical-coordinate representation of color #6468FF: hue angle of 238.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6468FF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 104 | 255 | - |
| CMYK | 0.61 | 0.59 | 0 | 0 |
| HSL | 238.45º | 1% | 0.7% | - |
| HSV(B) | 238.45º | 0.61% | 1% | - |
| XYZ | 28.26 | 19.83 | 96.95 | - |
| YUV | 120.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 255 | 0.61 | 0.59 | 0 | 0 | 238.45 | 1 | 0.7 |
| Hex | 64 | 68 | FF | 3D | 3B | 0 | 0 | EE | 64 | 46 |
| Octal | 144 | 150 | 377 | 75 | 73 | 0 | 0 | 356 | 144 | 106 |
| Binary | 1100100 | 1101000 | 11111111 | 111101 | 111011 | 0 | 0 | 11101110 | 1100100 | 1000110 |
Color Harmonies of #6468FF
Complementary color
Monochromatic Colors of #6468FF
Black with #6468FF
Text Example
Text Example
White with #6468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468FF; }
p { color: rgb(100,104,255); }
H1.HeaderClassName
{
color: #6468FF;
}
.AnyTagClassName
{
color: #6468FF;
}
</style>
background-color css
<style>
a { background-color: #6468FF; }
a { background-color: rgb(100,104,255); }
div.DivClassName
{
background-color: #6468FF;
}
.BgClassName
{
background-color: #6468FF;
}
</style>
border-color css
<style>
span { border-color: #6468FF; }
span { border-color: rgb(100,104,255); }
td.TdClassName
{
border-color: #6468FF;
}
.TagClassName
{
border-color: #6468FF;
}
</style>