Html Css Color HEX #6E02EC Electric Indigo

📋 copy color: '#6E02EC'

red 110 ◦ green 2 ◦ blue 236

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

Shades of Electric Indigo #6E02EC

Tints of Electric Indigo #6E02EC

RGB

 RED value IS 110 (43.36% from 255) = 31.61%

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

 BLUE value IS 236 (92.58% from 255) = 67.82%

R = 31.61%
G = 0.57%
B = 67.82%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E02EC (or 0x6E02EC) is known color: Electric Indigo. HEX triplet: 6E, 02 and EC. RGB value is (110,2,236). Sum of RGB (Red+Green+Blue) = 110+2+236=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E02EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E02EC is #91FD13. Grayscale: #3C3C3C. Windows color (decimal): -9567508 or 15467118. OLE color: 15467118.

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

Color convert

RGB 110 2 236 -
CMYK 0.53 0.99 0 0.07
HSL 267.69º 0.98% 0.47% -
HSV(B) 267.69º 0.99% 0.93% -
XYZ 21.59 9.41 80.04 -
YUV 60.97 226.78 162.97 -
System Red Green Blue C M Y K H S L
Decimal 110 2 236 0.53 0.99 0 0.07 267.69 0.98 0.47
Hex 6E 2 EC 35 63 0 7 10C 62 2F
Octal 156 2 354 65 143 0 7 414 142 57
Binary 1101110 10 11101100 110101 1100011 0 111 100001100 1100010 101111

Color Harmonies of #6E02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E02EC

Black with #6E02EC

Text Example


Text Example

White with #6E02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,2,236); }

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

background-color css

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

 a { background-color: rgb(110,2,236); }

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

border-color css

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

 span { border-color: rgb(110,2,236); }

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