Shades of Medium Slate Blue #6F78E6
Tints of Medium Slate Blue #6F78E6
RGB
CMYK
RGB Variations
Color information
#6F78E6 (or 0x6F78E6) is known color: Medium Slate Blue. HEX triplet: 6F, 78 and E6. RGB value is (111,120,230). Sum of RGB (Red+Green+Blue) = 111+120+230=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F78E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F78E6 is #908719. Grayscale: #818181. Windows color (decimal): -9471770 or 15104111. OLE color: 15104111.
HSL color Cylindrical-coordinate representation of color #6F78E6: hue angle of 235.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F78E6 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 120 | 230 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.10 |
| HSL | 235.46º | 0.7% | 0.67% | - |
| HSV(B) | 235.46º | 0.52% | 0.9% | - |
| XYZ | 27.55 | 22.53 | 77.76 | - |
| YUV | 129.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 230 | 0.52 | 0.48 | 0 | 0.10 | 235.46 | 0.7 | 0.67 |
| Hex | 6F | 78 | E6 | 34 | 30 | 0 | A | EB | 46 | 43 |
| Octal | 157 | 170 | 346 | 64 | 60 | 0 | 12 | 353 | 106 | 103 |
| Binary | 1101111 | 1111000 | 11100110 | 110100 | 110000 | 0 | 1010 | 11101011 | 1000110 | 1000011 |
Color Harmonies of #6F78E6
Complementary color
Monochromatic Colors of #6F78E6
Black with #6F78E6
Text Example
Text Example
White with #6F78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F78E6; }
p { color: rgb(111,120,230); }
H1.HeaderClassName
{
color: #6F78E6;
}
.AnyTagClassName
{
color: #6F78E6;
}
</style>
background-color css
<style>
a { background-color: #6F78E6; }
a { background-color: rgb(111,120,230); }
div.DivClassName
{
background-color: #6F78E6;
}
.BgClassName
{
background-color: #6F78E6;
}
</style>
border-color css
<style>
span { border-color: #6F78E6; }
span { border-color: rgb(111,120,230); }
td.TdClassName
{
border-color: #6F78E6;
}
.TagClassName
{
border-color: #6F78E6;
}
</style>