Html Css Color HEX #6D3EEA Blue Violet

📋 copy color: '#6D3EEA'

red 109 ◦ green 62 ◦ blue 234

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

Shades of Blue Violet #6D3EEA

Tints of Blue Violet #6D3EEA

RGB

 RED value IS 109 (42.97% from 255) = 26.91%

 GREEN value IS 62 (24.61% from 255) = 15.31%

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

R = 26.91%
G = 15.31%
B = 57.78%

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

#6D3EEA (or 0x6D3EEA) is known color: Blue Violet. HEX triplet: 6D, 3E and EA. RGB value is (109,62,234). Sum of RGB (Red+Green+Blue) = 109+62+234=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D3EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3EEA is #92C115. Grayscale: #5F5F5F. Windows color (decimal): -9617686 or 15351405. OLE color: 15351405.

HSL color Cylindrical-coordinate representation of color #6D3EEA: hue angle of 256.4º degrees, saturation: 0.8, 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 #6D3EEA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 62 234 -
CMYK 0.53 0.74 0 0.08
HSL 256.4º 0.8% 0.58% -
HSV(B) 256.4º 0.74% 0.92% -
XYZ 22.88 12.64 79.08 -
YUV 95.66 206.07 137.51 -
System Red Green Blue C M Y K H S L
Decimal 109 62 234 0.53 0.74 0 0.08 256.4 0.8 0.58
Hex 6D 3E EA 35 4A 0 8 100 50 3A
Octal 155 76 352 65 112 0 10 400 120 72
Binary 1101101 111110 11101010 110101 1001010 0 1000 100000000 1010000 111010

Color Harmonies of #6D3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3EEA

Black with #6D3EEA

Text Example


Text Example

White with #6D3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,62,234); }

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

background-color css

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

 a { background-color: rgb(109,62,234); }

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

border-color css

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

 span { border-color: rgb(109,62,234); }

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