Html Css Color HEX #6D04DE Electric Indigo

📋 copy color: '#6D04DE'

red 109 ◦ green 4 ◦ blue 222

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

Shades of Electric Indigo #6D04DE

Tints of Electric Indigo #6D04DE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 222 (87.11% from 255) = 66.27%

R = 32.54%
G = 1.19%
B = 66.27%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D04DE (or 0x6D04DE) is known color: Electric Indigo. HEX triplet: 6D, 04 and DE. RGB value is (109,4,222). Sum of RGB (Red+Green+Blue) = 109+4+222=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D04DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D04DE is #92FB21. Grayscale: #3B3B3B. Windows color (decimal): -9632546 or 14550125. OLE color: 14550125.

HSL color Cylindrical-coordinate representation of color #6D04DE: hue angle of 268.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D04DE is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 4 222 -
CMYK 0.51 0.98 0 0.13
HSL 268.9º 0.96% 0.44% -
HSV(B) 268.9º 0.98% 0.87% -
XYZ 19.53 8.61 69.74 -
YUV 60.25 219.29 162.77 -
System Red Green Blue C M Y K H S L
Decimal 109 4 222 0.51 0.98 0 0.13 268.9 0.96 0.44
Hex 6D 4 DE 33 62 0 D 10D 60 2C
Octal 155 4 336 63 142 0 15 415 140 54
Binary 1101101 100 11011110 110011 1100010 0 1101 100001101 1100000 101100

Color Harmonies of #6D04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04DE

Black with #6D04DE

Text Example


Text Example

White with #6D04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,4,222); }

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

background-color css

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

 a { background-color: rgb(109,4,222); }

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

border-color css

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

 span { border-color: rgb(109,4,222); }

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