Html Css Color HEX #6E00FD Electric Indigo

📋 copy color: '#6E00FD'

red 110 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #6E00FD

Tints of Electric Indigo #6E00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.3%
G = 0%
B = 69.7%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E00FD (or 0x6E00FD) is known color: Electric Indigo. HEX triplet: 6E, 00 and FD. RGB value is (110,0,253). Sum of RGB (Red+Green+Blue) = 110+0+253=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E00FD is #91FF02. Grayscale: #3C3C3C. Windows color (decimal): -9568003 or 16580718. OLE color: 16580718.

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

Color convert

RGB 110 0 253 -
CMYK 0.57 1 0 0.01
HSL 266.09º 1% 0.5% -
HSV(B) 266.09º 1% 0.99% -
XYZ 24.16 10.41 93.66 -
YUV 61.73 235.94 162.43 -
System Red Green Blue C M Y K H S L
Decimal 110 0 253 0.57 1 0 0.01 266.09 1 0.5
Hex 6E 0 FD 39 64 0 1 10A 64 32
Octal 156 0 375 71 144 0 1 412 144 62
Binary 1101110 0 11111101 111001 1100100 0 1 100001010 1100100 110010

Color Harmonies of #6E00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E00FD

Black with #6E00FD

Text Example


Text Example

White with #6E00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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