Html Css Color HEX #6E54EA Medium Slate Blue

📋 copy color: '#6E54EA'

red 110 ◦ green 84 ◦ blue 234

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

Shades of Medium Slate Blue #6E54EA

Tints of Medium Slate Blue #6E54EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

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

R = 25.7%
G = 19.63%
B = 54.67%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E54EA (or 0x6E54EA) is known color: Medium Slate Blue. HEX triplet: 6E, 54 and EA. RGB value is (110,84,234). Sum of RGB (Red+Green+Blue) = 110+84+234=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E54EA is #91AB15. Grayscale: #6C6C6C. Windows color (decimal): -9546518 or 15357038. OLE color: 15357038.

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

Color convert

RGB 110 84 234 -
CMYK 0.53 0.64 0 0.08
HSL 250.4º 0.78% 0.62% -
HSV(B) 250.4º 0.64% 0.92% -
XYZ 24.45 15.6 79.56 -
YUV 108.87 198.61 128.8 -
System Red Green Blue C M Y K H S L
Decimal 110 84 234 0.53 0.64 0 0.08 250.4 0.78 0.62
Hex 6E 54 EA 35 40 0 8 FA 4E 3E
Octal 156 124 352 65 100 0 10 372 116 76
Binary 1101110 1010100 11101010 110101 1000000 0 1000 11111010 1001110 111110

Color Harmonies of #6E54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E54EA

Black with #6E54EA

Text Example


Text Example

White with #6E54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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