Html Css Color HEX #6D21EA Blue Violet

📋 copy color: '#6D21EA'

red 109 ◦ green 33 ◦ blue 234

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

Shades of Blue Violet #6D21EA

Tints of Blue Violet #6D21EA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

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

R = 28.99%
G = 8.78%
B = 62.23%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D21EA (or 0x6D21EA) is known color: Blue Violet. HEX triplet: 6D, 21 and EA. RGB value is (109,33,234). Sum of RGB (Red+Green+Blue) = 109+33+234=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D21EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D21EA is #92DE15. Grayscale: #4D4D4D. Windows color (decimal): -9625110 or 15343981. OLE color: 15343981.

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

Color convert

RGB 109 33 234 -
CMYK 0.53 0.86 0 0.08
HSL 262.69º 0.83% 0.52% -
HSV(B) 262.69º 0.86% 0.92% -
XYZ 21.7 10.28 78.68 -
YUV 78.64 215.68 149.66 -
System Red Green Blue C M Y K H S L
Decimal 109 33 234 0.53 0.86 0 0.08 262.69 0.83 0.52
Hex 6D 21 EA 35 56 0 8 107 53 34
Octal 155 41 352 65 126 0 10 407 123 64
Binary 1101101 100001 11101010 110101 1010110 0 1000 100000111 1010011 110100

Color Harmonies of #6D21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D21EA

Black with #6D21EA

Text Example


Text Example

White with #6D21EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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