Html Css Color HEX #6E01FB Electric Indigo

📋 copy color: '#6E01FB'

red 110 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #6E01FB

Tints of Electric Indigo #6E01FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 30.39%
G = 0.28%
B = 69.34%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E01FB (or 0x6E01FB) is known color: Electric Indigo. HEX triplet: 6E, 01 and FB. RGB value is (110,1,251). Sum of RGB (Red+Green+Blue) = 110+1+251=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E01FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E01FB is #91FE04. Grayscale: #3D3D3D. Windows color (decimal): -9567749 or 16449902. OLE color: 16449902.

HSL color Cylindrical-coordinate representation of color #6E01FB: hue angle of 266.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E01FB is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 1 251 -
CMYK 0.56 1.00 0 0.02
HSL 266.16º 0.99% 0.49% -
HSV(B) 266.16º 1% 0.98% -
XYZ 23.85 10.3 92 -
YUV 62.09 234.61 162.17 -
System Red Green Blue C M Y K H S L
Decimal 110 1 251 0.56 1.00 0 0.02 266.16 0.99 0.49
Hex 6E 1 FB 38 64 0 2 10A 63 31
Octal 156 1 373 70 144 0 2 412 143 61
Binary 1101110 1 11111011 111000 1100100 0 10 100001010 1100011 110001

Color Harmonies of #6E01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E01FB

Black with #6E01FB

Text Example


Text Example

White with #6E01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,251); }

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

background-color css

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

 a { background-color: rgb(110,1,251); }

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

border-color css

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

 span { border-color: rgb(110,1,251); }

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