Html Css Color HEX #6D29EA Blue Violet

📋 copy color: '#6D29EA'

red 109 ◦ green 41 ◦ blue 234

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

Shades of Blue Violet #6D29EA

Tints of Blue Violet #6D29EA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 28.39%
G = 10.68%
B = 60.94%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D29EA (or 0x6D29EA) is known color: Blue Violet. HEX triplet: 6D, 29 and EA. RGB value is (109,41,234). Sum of RGB (Red+Green+Blue) = 109+41+234=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D29EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D29EA is #92D615. Grayscale: #525252. Windows color (decimal): -9623062 or 15346029. OLE color: 15346029.

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

Color convert

RGB 109 41 234 -
CMYK 0.53 0.82 0 0.08
HSL 261.14º 0.82% 0.54% -
HSV(B) 261.14º 0.82% 0.92% -
XYZ 21.95 10.78 78.77 -
YUV 83.33 213.03 146.31 -
System Red Green Blue C M Y K H S L
Decimal 109 41 234 0.53 0.82 0 0.08 261.14 0.82 0.54
Hex 6D 29 EA 35 52 0 8 105 52 36
Octal 155 51 352 65 122 0 10 405 122 66
Binary 1101101 101001 11101010 110101 1010010 0 1000 100000101 1010010 110110

Color Harmonies of #6D29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D29EA

Black with #6D29EA

Text Example


Text Example

White with #6D29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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