Html Css Color HEX #6E6FEA Medium Slate Blue

📋 copy color: '#6E6FEA'

red 110 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #6E6FEA

Tints of Medium Slate Blue #6E6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.4%

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 24.18%
G = 24.4%
B = 51.43%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E6FEA (or 0x6E6FEA) is known color: Medium Slate Blue. HEX triplet: 6E, 6F and EA. RGB value is (110,111,234). Sum of RGB (Red+Green+Blue) = 110+111+234=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E6FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6FEA is #919015. Grayscale: #7C7C7C. Windows color (decimal): -9539606 or 15363950. OLE color: 15363950.

HSL color Cylindrical-coordinate representation of color #6E6FEA: hue angle of 239.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E6FEA is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 111 234 -
CMYK 0.53 0.53 0 0.08
HSL 239.52º 0.75% 0.67% -
HSV(B) 239.52º 0.53% 0.92% -
XYZ 26.97 20.62 80.4 -
YUV 124.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 110 111 234 0.53 0.53 0 0.08 239.52 0.75 0.67
Hex 6E 6F EA 35 35 0 8 F0 4B 43
Octal 156 157 352 65 65 0 10 360 113 103
Binary 1101110 1101111 11101010 110101 110101 0 1000 11110000 1001011 1000011

Color Harmonies of #6E6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6FEA

Black with #6E6FEA

Text Example


Text Example

White with #6E6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,111,234); }

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

background-color css

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

 a { background-color: rgb(110,111,234); }

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

border-color css

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

 span { border-color: rgb(110,111,234); }

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