Shades of Medium Slate Blue #6764FE
Tints of Medium Slate Blue #6764FE
RGB
CMYK
RGB Variations
Color information
#6764FE (or 0x6764FE) is known color: Medium Slate Blue. HEX triplet: 67, 64 and FE. RGB value is (103,100,254). Sum of RGB (Red+Green+Blue) = 103+100+254=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #6764FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6764FE is #989B01. Grayscale: #757575. Windows color (decimal): -10001154 or 16671847. OLE color: 16671847.
HSL color Cylindrical-coordinate representation of color #6764FE: hue angle of 241.17º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6764FE is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 100 | 254 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.00 |
| HSL | 241.17º | 0.99% | 0.69% | - |
| HSV(B) | 241.17º | 0.61% | 1% | - |
| XYZ | 28.04 | 19.15 | 95.99 | - |
| YUV | 118.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 254 | 0.59 | 0.61 | 0 | 0.00 | 241.17 | 0.99 | 0.69 |
| Hex | 67 | 64 | FE | 3B | 3D | 0 | 0 | F1 | 63 | 45 |
| Octal | 147 | 144 | 376 | 73 | 75 | 0 | 0 | 361 | 143 | 105 |
| Binary | 1100111 | 1100100 | 11111110 | 111011 | 111101 | 0 | 0 | 11110001 | 1100011 | 1000101 |
Color Harmonies of #6764FE
Complementary color
Monochromatic Colors of #6764FE
Black with #6764FE
Text Example
Text Example
White with #6764FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6764FE; }
p { color: rgb(103,100,254); }
H1.HeaderClassName
{
color: #6764FE;
}
.AnyTagClassName
{
color: #6764FE;
}
</style>
background-color css
<style>
a { background-color: #6764FE; }
a { background-color: rgb(103,100,254); }
div.DivClassName
{
background-color: #6764FE;
}
.BgClassName
{
background-color: #6764FE;
}
</style>
border-color css
<style>
span { border-color: #6764FE; }
span { border-color: rgb(103,100,254); }
td.TdClassName
{
border-color: #6764FE;
}
.TagClassName
{
border-color: #6764FE;
}
</style>