Html Css Color HEX #5E06FF Electric Indigo

📋 copy color: '#5E06FF'

red 94 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #5E06FF

Tints of Electric Indigo #5E06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.83%

R = 26.48%
G = 1.69%
B = 71.83%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5E06FF (or 0x5E06FF) is known color: Electric Indigo. HEX triplet: 5E, 06 and FF. RGB value is (94,6,255). Sum of RGB (Red+Green+Blue) = 94+6+255=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E06FF is #A1F900. Grayscale: #3B3B3B. Windows color (decimal): -10615041 or 16713310. OLE color: 16713310.

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

Color convert

RGB 94 6 255 -
CMYK 0.63 0.98 0 0
HSL 261.2º 1% 0.51% -
HSV(B) 261.2º 0.98% 1% -
XYZ 22.73 9.73 95.29 -
YUV 60.7 237.65 151.75 -
System Red Green Blue C M Y K H S L
Decimal 94 6 255 0.63 0.98 0 0 261.2 1 0.51
Hex 5E 6 FF 3F 62 0 0 105 64 33
Octal 136 6 377 77 142 0 0 405 144 63
Binary 1011110 110 11111111 111111 1100010 0 0 100000101 1100100 110011

Color Harmonies of #5E06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06FF

Black with #5E06FF

Text Example


Text Example

White with #5E06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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