Html Css Color HEX #6E02F3 Electric Indigo

📋 copy color: '#6E02F3'

red 110 ◦ green 2 ◦ blue 243

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

Shades of Electric Indigo #6E02F3

Tints of Electric Indigo #6E02F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.45%

R = 30.99%
G = 0.56%
B = 68.45%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E02F3 (or 0x6E02F3) is known color: Electric Indigo. HEX triplet: 6E, 02 and F3. RGB value is (110,2,243). Sum of RGB (Red+Green+Blue) = 110+2+243=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #6E02F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E02F3 is #91FD0C. Grayscale: #3C3C3C. Windows color (decimal): -9567501 or 15925870. OLE color: 15925870.

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

Color convert

RGB 110 2 243 -
CMYK 0.55 0.99 0 0.05
HSL 266.89º 0.98% 0.48% -
HSV(B) 266.89º 0.99% 0.95% -
XYZ 22.63 9.83 85.5 -
YUV 61.77 230.28 162.4 -
System Red Green Blue C M Y K H S L
Decimal 110 2 243 0.55 0.99 0 0.05 266.89 0.98 0.48
Hex 6E 2 F3 37 63 0 5 10B 62 30
Octal 156 2 363 67 143 0 5 413 142 60
Binary 1101110 10 11110011 110111 1100011 0 101 100001011 1100010 110000

Color Harmonies of #6E02F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E02F3

Black with #6E02F3

Text Example


Text Example

White with #6E02F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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