Shades of Medium Slate Blue #6764E3
Tints of Medium Slate Blue #6764E3
RGB
CMYK
RGB Variations
Color information
#6764E3 (or 0x6764E3) is known color: Medium Slate Blue. HEX triplet: 67, 64 and E3. RGB value is (103,100,227). Sum of RGB (Red+Green+Blue) = 103+100+227=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #6764E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764E3 is #989B1C. Grayscale: #727272. Windows color (decimal): -10001181 or 14902375. OLE color: 14902375.
HSL color Cylindrical-coordinate representation of color #6764E3: hue angle of 241.42º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6764E3 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 100 | 227 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.11 |
| HSL | 241.42º | 0.69% | 0.64% | - |
| HSV(B) | 241.42º | 0.56% | 0.89% | - |
| XYZ | 24.02 | 17.54 | 74.79 | - |
| YUV | 115.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 227 | 0.55 | 0.56 | 0 | 0.11 | 241.42 | 0.69 | 0.64 |
| Hex | 67 | 64 | E3 | 37 | 38 | 0 | B | F1 | 45 | 40 |
| Octal | 147 | 144 | 343 | 67 | 70 | 0 | 13 | 361 | 105 | 100 |
| Binary | 1100111 | 1100100 | 11100011 | 110111 | 111000 | 0 | 1011 | 11110001 | 1000101 | 1000000 |
Color Harmonies of #6764E3
Complementary color
Monochromatic Colors of #6764E3
Black with #6764E3
Text Example
Text Example
White with #6764E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6764E3; }
p { color: rgb(103,100,227); }
H1.HeaderClassName
{
color: #6764E3;
}
.AnyTagClassName
{
color: #6764E3;
}
</style>
background-color css
<style>
a { background-color: #6764E3; }
a { background-color: rgb(103,100,227); }
div.DivClassName
{
background-color: #6764E3;
}
.BgClassName
{
background-color: #6764E3;
}
</style>
border-color css
<style>
span { border-color: #6764E3; }
span { border-color: rgb(103,100,227); }
td.TdClassName
{
border-color: #6764E3;
}
.TagClassName
{
border-color: #6764E3;
}
</style>