Shades of Medium Slate Blue #6764FF
Tints of Medium Slate Blue #6764FF
RGB
CMYK
RGB Variations
Color information
#6764FF (or 0x6764FF) is known color: Medium Slate Blue. HEX triplet: 67, 64 and FF. RGB value is (103,100,255). Sum of RGB (Red+Green+Blue) = 103+100+255=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #6764FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6764FF is #989B00. Grayscale: #757575. Windows color (decimal): -10001153 or 16737383. OLE color: 16737383.
HSL color Cylindrical-coordinate representation of color #6764FF: hue angle of 241.16º 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 #6764FF is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 100 | 255 | - |
| CMYK | 0.60 | 0.61 | 0 | 0 |
| HSL | 241.16º | 1% | 0.7% | - |
| HSV(B) | 241.16º | 0.61% | 1% | - |
| XYZ | 28.2 | 19.22 | 96.83 | - |
| YUV | 118.57 | 204.99 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 255 | 0.60 | 0.61 | 0 | 0 | 241.16 | 1 | 0.7 |
| Hex | 67 | 64 | FF | 3C | 3D | 0 | 0 | F1 | 64 | 46 |
| Octal | 147 | 144 | 377 | 74 | 75 | 0 | 0 | 361 | 144 | 106 |
| Binary | 1100111 | 1100100 | 11111111 | 111100 | 111101 | 0 | 0 | 11110001 | 1100100 | 1000110 |
Color Harmonies of #6764FF
Complementary color
Monochromatic Colors of #6764FF
Black with #6764FF
Text Example
Text Example
White with #6764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6764FF; }
p { color: rgb(103,100,255); }
H1.HeaderClassName
{
color: #6764FF;
}
.AnyTagClassName
{
color: #6764FF;
}
</style>
background-color css
<style>
a { background-color: #6764FF; }
a { background-color: rgb(103,100,255); }
div.DivClassName
{
background-color: #6764FF;
}
.BgClassName
{
background-color: #6764FF;
}
</style>
border-color css
<style>
span { border-color: #6764FF; }
span { border-color: rgb(103,100,255); }
td.TdClassName
{
border-color: #6764FF;
}
.TagClassName
{
border-color: #6764FF;
}
</style>