Html Css Color HEX #6E3CEA Blue Violet

📋 copy color: '#6E3CEA'

red 110 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #6E3CEA

Tints of Blue Violet #6E3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 27.23%
G = 14.85%
B = 57.92%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E3CEA (or 0x6E3CEA) is known color: Blue Violet. HEX triplet: 6E, 3C and EA. RGB value is (110,60,234). Sum of RGB (Red+Green+Blue) = 110+60+234=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E3CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CEA is #91C315. Grayscale: #5E5E5E. Windows color (decimal): -9552662 or 15350894. OLE color: 15350894.

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

Color convert

RGB 110 60 234 -
CMYK 0.53 0.74 0 0.08
HSL 257.24º 0.81% 0.58% -
HSV(B) 257.24º 0.74% 0.92% -
XYZ 22.9 12.49 79.05 -
YUV 94.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 110 60 234 0.53 0.74 0 0.08 257.24 0.81 0.58
Hex 6E 3C EA 35 4A 0 8 101 51 3A
Octal 156 74 352 65 112 0 10 401 121 72
Binary 1101110 111100 11101010 110101 1001010 0 1000 100000001 1010001 111010

Color Harmonies of #6E3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CEA

Black with #6E3CEA

Text Example


Text Example

White with #6E3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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