Html Css Color HEX #6E7CF8 Medium Slate Blue

📋 copy color: '#6E7CF8'

red 110 ◦ green 124 ◦ blue 248

#6E7CF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6E7CF8

Tints of Medium Slate Blue #6E7CF8

RGB

 RED value IS 110 (43.36% from 255) = 22.82%

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 248 (97.27% from 255) = 51.45%

R = 22.82%
G = 25.73%
B = 51.45%

CMYK

 C value IS 0.56

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E7CF8 (or 0x6E7CF8) is known color: Medium Slate Blue. HEX triplet: 6E, 7C and F8. RGB value is (110,124,248). Sum of RGB (Red+Green+Blue) = 110+124+248=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E7CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7CF8 is #918307. Grayscale: #858585. Windows color (decimal): -9536264 or 16284782. OLE color: 16284782.

HSL color Cylindrical-coordinate representation of color #6E7CF8: hue angle of 233.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7CF8 is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 110 124 248 -
CMYK 0.56 0.5 0 0.03
HSL 233.91º 0.91% 0.7% -
HSV(B) 233.91º 0.56% 0.97% -
XYZ 30.58 24.51 91.93 -
YUV 133.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 110 124 248 0.56 0.5 0 0.03 233.91 0.91 0.7
Hex 6E 7C F8 38 32 0 3 EA 5B 46
Octal 156 174 370 70 62 0 3 352 133 106
Binary 1101110 1111100 11111000 111000 110010 0 11 11101010 1011011 1000110

Color Harmonies of #6E7CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CF8

Black with #6E7CF8

Text Example


Text Example

White with #6E7CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E7CF8; }

 p { color: rgb(110,124,248); }

 H1.HeaderClassName
 {
   color: #6E7CF8;
 }
 .AnyTagClassName
 {
   color: #6E7CF8;
 }
</style>

background-color css

<style>
 a { background-color: #6E7CF8; }

 a { background-color: rgb(110,124,248); }

 div.DivClassName
 {
   background-color: #6E7CF8;
 }
 .BgClassName
 {
   background-color: #6E7CF8;
 }
</style>

border-color css

<style>
 span { border-color: #6E7CF8; }

 span { border-color: rgb(110,124,248); }

 td.TdClassName
 {
   border-color: #6E7CF8;
 }
 .TagClassName
 {
   border-color: #6E7CF8;
 }
</style>