Shades of Medium Slate Blue #6760F5
Tints of Medium Slate Blue #6760F5
RGB
CMYK
RGB Variations
Color information
#6760F5 (or 0x6760F5) is known color: Medium Slate Blue. HEX triplet: 67, 60 and F5. RGB value is (103,96,245). Sum of RGB (Red+Green+Blue) = 103+96+245=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 245 (96.09% from 255 or 55.18% from 444); Max value from RGB is 245 - color contains mainly: blue. Hex color #6760F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6760F5 is #989F0A. Grayscale: #727272. Windows color (decimal): -10002187 or 16080999. OLE color: 16080999.
HSL color Cylindrical-coordinate representation of color #6760F5: hue angle of 242.82º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6760F5 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 96 | 245 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.04 |
| HSL | 242.82º | 0.88% | 0.67% | - |
| HSV(B) | 242.82º | 0.61% | 0.96% | - |
| XYZ | 26.26 | 17.84 | 88.45 | - |
| YUV | 115.08 | 201.32 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 245 | 0.58 | 0.61 | 0 | 0.04 | 242.82 | 0.88 | 0.67 |
| Hex | 67 | 60 | F5 | 3A | 3D | 0 | 4 | F3 | 58 | 43 |
| Octal | 147 | 140 | 365 | 72 | 75 | 0 | 4 | 363 | 130 | 103 |
| Binary | 1100111 | 1100000 | 11110101 | 111010 | 111101 | 0 | 100 | 11110011 | 1011000 | 1000011 |
Color Harmonies of #6760F5
Complementary color
Monochromatic Colors of #6760F5
Black with #6760F5
Text Example
Text Example
White with #6760F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6760F5; }
p { color: rgb(103,96,245); }
H1.HeaderClassName
{
color: #6760F5;
}
.AnyTagClassName
{
color: #6760F5;
}
</style>
background-color css
<style>
a { background-color: #6760F5; }
a { background-color: rgb(103,96,245); }
div.DivClassName
{
background-color: #6760F5;
}
.BgClassName
{
background-color: #6760F5;
}
</style>
border-color css
<style>
span { border-color: #6760F5; }
span { border-color: rgb(103,96,245); }
td.TdClassName
{
border-color: #6760F5;
}
.TagClassName
{
border-color: #6760F5;
}
</style>