Html Css Color HEX #6D04F1 Electric Indigo

📋 copy color: '#6D04F1'

red 109 ◦ green 4 ◦ blue 241

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

Shades of Electric Indigo #6D04F1

Tints of Electric Indigo #6D04F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 68.08%

R = 30.79%
G = 1.13%
B = 68.08%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D04F1 (or 0x6D04F1) is known color: Electric Indigo. HEX triplet: 6D, 04 and F1. RGB value is (109,4,241). Sum of RGB (Red+Green+Blue) = 109+4+241=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D04F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D04F1 is #92FB0E. Grayscale: #3D3D3D. Windows color (decimal): -9632527 or 15795309. OLE color: 15795309.

HSL color Cylindrical-coordinate representation of color #6D04F1: hue angle of 266.58º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D04F1 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 4 241 -
CMYK 0.55 0.98 0 0.05
HSL 266.58º 0.97% 0.48% -
HSV(B) 266.58º 0.98% 0.95% -
XYZ 22.23 9.69 83.92 -
YUV 62.41 228.79 161.23 -
System Red Green Blue C M Y K H S L
Decimal 109 4 241 0.55 0.98 0 0.05 266.58 0.97 0.48
Hex 6D 4 F1 37 62 0 5 10B 61 30
Octal 155 4 361 67 142 0 5 413 141 60
Binary 1101101 100 11110001 110111 1100010 0 101 100001011 1100001 110000

Color Harmonies of #6D04F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04F1

Black with #6D04F1

Text Example


Text Example

White with #6D04F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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