Html Css Color HEX #6E02FD Electric Indigo

📋 copy color: '#6E02FD'

red 110 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #6E02FD

Tints of Electric Indigo #6E02FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.32%

R = 30.14%
G = 0.55%
B = 69.32%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E02FD (or 0x6E02FD) is known color: Electric Indigo. HEX triplet: 6E, 02 and FD. RGB value is (110,2,253). Sum of RGB (Red+Green+Blue) = 110+2+253=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E02FD is #91FD02. Grayscale: #3E3E3E. Windows color (decimal): -9567491 or 16581230. OLE color: 16581230.

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

Color convert

RGB 110 2 253 -
CMYK 0.57 0.99 0 0.01
HSL 265.82º 0.98% 0.5% -
HSV(B) 265.82º 0.99% 0.99% -
XYZ 24.18 10.45 93.67 -
YUV 62.91 235.28 161.59 -
System Red Green Blue C M Y K H S L
Decimal 110 2 253 0.57 0.99 0 0.01 265.82 0.98 0.5
Hex 6E 2 FD 39 63 0 1 10A 62 32
Octal 156 2 375 71 143 0 1 412 142 62
Binary 1101110 10 11111101 111001 1100011 0 1 100001010 1100010 110010

Color Harmonies of #6E02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E02FD

Black with #6E02FD

Text Example


Text Example

White with #6E02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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