Html Css Color HEX #6D02EA Electric Indigo

📋 copy color: '#6D02EA'

red 109 ◦ green 2 ◦ blue 234

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

Shades of Electric Indigo #6D02EA

Tints of Electric Indigo #6D02EA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 31.59%
G = 0.58%
B = 67.83%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D02EA (or 0x6D02EA) is known color: Electric Indigo. HEX triplet: 6D, 02 and EA. RGB value is (109,2,234). Sum of RGB (Red+Green+Blue) = 109+2+234=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D02EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D02EA is #92FD15. Grayscale: #3B3B3B. Windows color (decimal): -9633046 or 15336045. OLE color: 15336045.

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

Color convert

RGB 109 2 234 -
CMYK 0.53 0.99 0 0.08
HSL 267.67º 0.98% 0.46% -
HSV(B) 267.67º 0.99% 0.92% -
XYZ 21.18 9.24 78.51 -
YUV 60.44 225.95 162.64 -
System Red Green Blue C M Y K H S L
Decimal 109 2 234 0.53 0.99 0 0.08 267.67 0.98 0.46
Hex 6D 2 EA 35 63 0 8 10C 62 2E
Octal 155 2 352 65 143 0 10 414 142 56
Binary 1101101 10 11101010 110101 1100011 0 1000 100001100 1100010 101110

Color Harmonies of #6D02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D02EA

Black with #6D02EA

Text Example


Text Example

White with #6D02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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