Shades of Medium Slate Blue #6764FA
Tints of Medium Slate Blue #6764FA
RGB
CMYK
RGB Variations
Color information
#6764FA (or 0x6764FA) is known color: Medium Slate Blue. HEX triplet: 67, 64 and FA. RGB value is (103,100,250). Sum of RGB (Red+Green+Blue) = 103+100+250=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #6764FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6764FA is #989B05. Grayscale: #757575. Windows color (decimal): -10001158 or 16409703. OLE color: 16409703.
HSL color Cylindrical-coordinate representation of color #6764FA: hue angle of 241.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6764FA is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 100 | 250 | - |
| CMYK | 0.59 | 0.6 | 0 | 0.02 |
| HSL | 241.2º | 0.94% | 0.69% | - |
| HSV(B) | 241.2º | 0.6% | 0.98% | - |
| XYZ | 27.41 | 18.9 | 92.65 | - |
| YUV | 118 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 250 | 0.59 | 0.6 | 0 | 0.02 | 241.2 | 0.94 | 0.69 |
| Hex | 67 | 64 | FA | 3B | 3C | 0 | 2 | F1 | 5E | 45 |
| Octal | 147 | 144 | 372 | 73 | 74 | 0 | 2 | 361 | 136 | 105 |
| Binary | 1100111 | 1100100 | 11111010 | 111011 | 111100 | 0 | 10 | 11110001 | 1011110 | 1000101 |
Color Harmonies of #6764FA
Complementary color
Monochromatic Colors of #6764FA
Black with #6764FA
Text Example
Text Example
White with #6764FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6764FA; }
p { color: rgb(103,100,250); }
H1.HeaderClassName
{
color: #6764FA;
}
.AnyTagClassName
{
color: #6764FA;
}
</style>
background-color css
<style>
a { background-color: #6764FA; }
a { background-color: rgb(103,100,250); }
div.DivClassName
{
background-color: #6764FA;
}
.BgClassName
{
background-color: #6764FA;
}
</style>
border-color css
<style>
span { border-color: #6764FA; }
span { border-color: rgb(103,100,250); }
td.TdClassName
{
border-color: #6764FA;
}
.TagClassName
{
border-color: #6764FA;
}
</style>