Html Css Color HEX #6D04FE Electric Indigo

📋 copy color: '#6D04FE'

red 109 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #6D04FE

Tints of Electric Indigo #6D04FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.21%

R = 29.7%
G = 1.09%
B = 69.21%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D04FE (or 0x6D04FE) is known color: Electric Indigo. HEX triplet: 6D, 04 and FE. RGB value is (109,4,254). Sum of RGB (Red+Green+Blue) = 109+4+254=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D04FE is #92FB01. Grayscale: #3F3F3F. Windows color (decimal): -9632514 or 16647277. OLE color: 16647277.

HSL color Cylindrical-coordinate representation of color #6D04FE: hue angle of 265.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D04FE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 4 254 -
CMYK 0.57 0.98 0 0.00
HSL 265.2º 0.99% 0.51% -
HSV(B) 265.2º 0.98% 1% -
XYZ 24.24 10.49 94.51 -
YUV 63.9 235.29 160.17 -
System Red Green Blue C M Y K H S L
Decimal 109 4 254 0.57 0.98 0 0.00 265.2 0.99 0.51
Hex 6D 4 FE 39 62 0 0 109 63 33
Octal 155 4 376 71 142 0 0 411 143 63
Binary 1101101 100 11111110 111001 1100010 0 0 100001001 1100011 110011

Color Harmonies of #6D04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04FE

Black with #6D04FE

Text Example


Text Example

White with #6D04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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