Shades of Medium Slate Blue #6F7DE8
Tints of Medium Slate Blue #6F7DE8
RGB
CMYK
RGB Variations
Color information
#6F7DE8 (or 0x6F7DE8) is known color: Medium Slate Blue. HEX triplet: 6F, 7D and E8. RGB value is (111,125,232). Sum of RGB (Red+Green+Blue) = 111+125+232=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #6F7DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7DE8 is #908217. Grayscale: #848484. Windows color (decimal): -9470488 or 15236463. OLE color: 15236463.
HSL color Cylindrical-coordinate representation of color #6F7DE8: hue angle of 233.06º 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 #6F7DE8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 125 | 232 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.09 |
| HSL | 233.06º | 0.72% | 0.67% | - |
| HSV(B) | 233.06º | 0.52% | 0.91% | - |
| XYZ | 28.45 | 23.87 | 79.45 | - |
| YUV | 133.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 232 | 0.52 | 0.46 | 0 | 0.09 | 233.06 | 0.72 | 0.67 |
| Hex | 6F | 7D | E8 | 34 | 2E | 0 | 9 | E9 | 48 | 43 |
| Octal | 157 | 175 | 350 | 64 | 56 | 0 | 11 | 351 | 110 | 103 |
| Binary | 1101111 | 1111101 | 11101000 | 110100 | 101110 | 0 | 1001 | 11101001 | 1001000 | 1000011 |
Color Harmonies of #6F7DE8
Complementary color
Monochromatic Colors of #6F7DE8
Black with #6F7DE8
Text Example
Text Example
White with #6F7DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DE8; }
p { color: rgb(111,125,232); }
H1.HeaderClassName
{
color: #6F7DE8;
}
.AnyTagClassName
{
color: #6F7DE8;
}
</style>
background-color css
<style>
a { background-color: #6F7DE8; }
a { background-color: rgb(111,125,232); }
div.DivClassName
{
background-color: #6F7DE8;
}
.BgClassName
{
background-color: #6F7DE8;
}
</style>
border-color css
<style>
span { border-color: #6F7DE8; }
span { border-color: rgb(111,125,232); }
td.TdClassName
{
border-color: #6F7DE8;
}
.TagClassName
{
border-color: #6F7DE8;
}
</style>