Shades of Medium Slate Blue #6F78E8
Tints of Medium Slate Blue #6F78E8
RGB
CMYK
RGB Variations
Color information
#6F78E8 (or 0x6F78E8) is known color: Medium Slate Blue. HEX triplet: 6F, 78 and E8. RGB value is (111,120,232). Sum of RGB (Red+Green+Blue) = 111+120+232=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #6F78E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F78E8 is #908717. Grayscale: #818181. Windows color (decimal): -9471768 or 15235183. OLE color: 15235183.
HSL color Cylindrical-coordinate representation of color #6F78E8: hue angle of 235.54º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F78E8 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 120 | 232 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.09 |
| HSL | 235.54º | 0.72% | 0.67% | - |
| HSV(B) | 235.54º | 0.52% | 0.91% | - |
| XYZ | 27.84 | 22.64 | 79.25 | - |
| YUV | 130.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 232 | 0.52 | 0.48 | 0 | 0.09 | 235.54 | 0.72 | 0.67 |
| Hex | 6F | 78 | E8 | 34 | 30 | 0 | 9 | EC | 48 | 43 |
| Octal | 157 | 170 | 350 | 64 | 60 | 0 | 11 | 354 | 110 | 103 |
| Binary | 1101111 | 1111000 | 11101000 | 110100 | 110000 | 0 | 1001 | 11101100 | 1001000 | 1000011 |
Color Harmonies of #6F78E8
Complementary color
Monochromatic Colors of #6F78E8
Black with #6F78E8
Text Example
Text Example
White with #6F78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F78E8; }
p { color: rgb(111,120,232); }
H1.HeaderClassName
{
color: #6F78E8;
}
.AnyTagClassName
{
color: #6F78E8;
}
</style>
background-color css
<style>
a { background-color: #6F78E8; }
a { background-color: rgb(111,120,232); }
div.DivClassName
{
background-color: #6F78E8;
}
.BgClassName
{
background-color: #6F78E8;
}
</style>
border-color css
<style>
span { border-color: #6F78E8; }
span { border-color: rgb(111,120,232); }
td.TdClassName
{
border-color: #6F78E8;
}
.TagClassName
{
border-color: #6F78E8;
}
</style>