Html Css Color HEX #5E06FE Electric Indigo

📋 copy color: '#5E06FE'

red 94 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #5E06FE

Tints of Electric Indigo #5E06FE

RGB

 RED value IS 94 (37.11% from 255) = 26.55%

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 254 (99.61% from 255) = 71.75%

R = 26.55%
G = 1.69%
B = 71.75%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E06FE (or 0x5E06FE) is known color: Electric Indigo. HEX triplet: 5E, 06 and FE. RGB value is (94,6,254). Sum of RGB (Red+Green+Blue) = 94+6+254=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E06FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E06FE is #A1F901. Grayscale: #3B3B3B. Windows color (decimal): -10615042 or 16647774. OLE color: 16647774.

HSL color Cylindrical-coordinate representation of color #5E06FE: hue angle of 261.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E06FE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 6 254 -
CMYK 0.63 0.98 0 0.00
HSL 261.29º 0.99% 0.51% -
HSV(B) 261.29º 0.98% 1% -
XYZ 22.57 9.67 94.44 -
YUV 60.58 237.15 151.83 -
System Red Green Blue C M Y K H S L
Decimal 94 6 254 0.63 0.98 0 0.00 261.29 0.99 0.51
Hex 5E 6 FE 3F 62 0 0 105 63 33
Octal 136 6 376 77 142 0 0 405 143 63
Binary 1011110 110 11111110 111111 1100010 0 0 100000101 1100011 110011

Color Harmonies of #5E06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06FE

Black with #5E06FE

Text Example


Text Example

White with #5E06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E06FE; }

 p { color: rgb(94,6,254); }

 H1.HeaderClassName
 {
   color: #5E06FE;
 }
 .AnyTagClassName
 {
   color: #5E06FE;
 }
</style>

background-color css

<style>
 a { background-color: #5E06FE; }

 a { background-color: rgb(94,6,254); }

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

border-color css

<style>
 span { border-color: #5E06FE; }

 span { border-color: rgb(94,6,254); }

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