Html Css Color HEX #6E02FC Electric Indigo

📋 copy color: '#6E02FC'

red 110 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #6E02FC

Tints of Electric Indigo #6E02FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 30.22%
G = 0.55%
B = 69.23%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E02FC (or 0x6E02FC) is known color: Electric Indigo. HEX triplet: 6E, 02 and FC. RGB value is (110,2,252). Sum of RGB (Red+Green+Blue) = 110+2+252=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E02FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E02FC is #91FD03. Grayscale: #3D3D3D. Windows color (decimal): -9567492 or 16515694. OLE color: 16515694.

HSL color Cylindrical-coordinate representation of color #6E02FC: hue angle of 265.92º 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 #6E02FC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 2 252 -
CMYK 0.56 0.99 0 0.01
HSL 265.92º 0.98% 0.5% -
HSV(B) 265.92º 0.99% 0.99% -
XYZ 24.02 10.39 92.83 -
YUV 62.79 234.78 161.67 -
System Red Green Blue C M Y K H S L
Decimal 110 2 252 0.56 0.99 0 0.01 265.92 0.98 0.5
Hex 6E 2 FC 38 63 0 1 10A 62 32
Octal 156 2 374 70 143 0 1 412 142 62
Binary 1101110 10 11111100 111000 1100011 0 1 100001010 1100010 110010

Color Harmonies of #6E02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E02FC

Black with #6E02FC

Text Example


Text Example

White with #6E02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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