Html Css Color HEX #6E7CF6 Medium Slate Blue

📋 copy color: '#6E7CF6'

red 110 ◦ green 124 ◦ blue 246

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

Shades of Medium Slate Blue #6E7CF6

Tints of Medium Slate Blue #6E7CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.25%

R = 22.92%
G = 25.83%
B = 51.25%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6E7CF6 (or 0x6E7CF6) is known color: Medium Slate Blue. HEX triplet: 6E, 7C and F6. RGB value is (110,124,246). Sum of RGB (Red+Green+Blue) = 110+124+246=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E7CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7CF6 is #918309. Grayscale: #858585. Windows color (decimal): -9536266 or 16153710. OLE color: 16153710.

HSL color Cylindrical-coordinate representation of color #6E7CF6: hue angle of 233.82º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E7CF6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 124 246 -
CMYK 0.55 0.50 0 0.04
HSL 233.82º 0.88% 0.7% -
HSV(B) 233.82º 0.55% 0.96% -
XYZ 30.27 24.38 90.3 -
YUV 133.72 191.36 111.08 -
System Red Green Blue C M Y K H S L
Decimal 110 124 246 0.55 0.50 0 0.04 233.82 0.88 0.7
Hex 6E 7C F6 37 32 0 4 EA 58 46
Octal 156 174 366 67 62 0 4 352 130 106
Binary 1101110 1111100 11110110 110111 110010 0 100 11101010 1011000 1000110

Color Harmonies of #6E7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CF6

Black with #6E7CF6

Text Example


Text Example

White with #6E7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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