Html Css Color HEX #6E4CEA Medium Slate Blue

📋 copy color: '#6E4CEA'

red 110 ◦ green 76 ◦ blue 234

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

Shades of Medium Slate Blue #6E4CEA

Tints of Medium Slate Blue #6E4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

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

R = 26.19%
G = 18.1%
B = 55.71%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E4CEA (or 0x6E4CEA) is known color: Medium Slate Blue. HEX triplet: 6E, 4C and EA. RGB value is (110,76,234). Sum of RGB (Red+Green+Blue) = 110+76+234=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E4CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4CEA is #91B315. Grayscale: #676767. Windows color (decimal): -9548566 or 15354990. OLE color: 15354990.

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

Color convert

RGB 110 76 234 -
CMYK 0.53 0.68 0 0.08
HSL 252.91º 0.79% 0.61% -
HSV(B) 252.91º 0.68% 0.92% -
XYZ 23.87 14.42 79.37 -
YUV 104.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 110 76 234 0.53 0.68 0 0.08 252.91 0.79 0.61
Hex 6E 4C EA 35 44 0 8 FD 4F 3D
Octal 156 114 352 65 104 0 10 375 117 75
Binary 1101110 1001100 11101010 110101 1000100 0 1000 11111101 1001111 111101

Color Harmonies of #6E4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4CEA

Black with #6E4CEA

Text Example


Text Example

White with #6E4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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