Shades of Medium Slate Blue #6772FF
Tints of Medium Slate Blue #6772FF
RGB
CMYK
RGB Variations
Color information
#6772FF (or 0x6772FF) is known color: Medium Slate Blue. HEX triplet: 67, 72 and FF. RGB value is (103,114,255). Sum of RGB (Red+Green+Blue) = 103+114+255=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6772FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6772FF is #988D00. Grayscale: #7E7E7E. Windows color (decimal): -9997569 or 16740967. OLE color: 16740967.
HSL color Cylindrical-coordinate representation of color #6772FF: hue angle of 235.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6772FF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 114 | 255 | - |
| CMYK | 0.60 | 0.55 | 0 | 0 |
| HSL | 235.66º | 1% | 0.7% | - |
| HSV(B) | 235.66º | 0.6% | 1% | - |
| XYZ | 29.66 | 22.14 | 97.32 | - |
| YUV | 126.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 255 | 0.60 | 0.55 | 0 | 0 | 235.66 | 1 | 0.7 |
| Hex | 67 | 72 | FF | 3C | 37 | 0 | 0 | EC | 64 | 46 |
| Octal | 147 | 162 | 377 | 74 | 67 | 0 | 0 | 354 | 144 | 106 |
| Binary | 1100111 | 1110010 | 11111111 | 111100 | 110111 | 0 | 0 | 11101100 | 1100100 | 1000110 |
Color Harmonies of #6772FF
Complementary color
Monochromatic Colors of #6772FF
Black with #6772FF
Text Example
Text Example
White with #6772FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772FF; }
p { color: rgb(103,114,255); }
H1.HeaderClassName
{
color: #6772FF;
}
.AnyTagClassName
{
color: #6772FF;
}
</style>
background-color css
<style>
a { background-color: #6772FF; }
a { background-color: rgb(103,114,255); }
div.DivClassName
{
background-color: #6772FF;
}
.BgClassName
{
background-color: #6772FF;
}
</style>
border-color css
<style>
span { border-color: #6772FF; }
span { border-color: rgb(103,114,255); }
td.TdClassName
{
border-color: #6772FF;
}
.TagClassName
{
border-color: #6772FF;
}
</style>