Html Css Color HEX #6E08EC Electric Indigo

📋 copy color: '#6E08EC'

red 110 ◦ green 8 ◦ blue 236

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

Shades of Electric Indigo #6E08EC

Tints of Electric Indigo #6E08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.26%

 BLUE value IS 236 (92.58% from 255) = 66.67%

R = 31.07%
G = 2.26%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E08EC (or 0x6E08EC) is known color: Electric Indigo. HEX triplet: 6E, 08 and EC. RGB value is (110,8,236). Sum of RGB (Red+Green+Blue) = 110+8+236=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E08EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E08EC is #91F713. Grayscale: #3F3F3F. Windows color (decimal): -9565972 or 15468654. OLE color: 15468654.

HSL color Cylindrical-coordinate representation of color #6E08EC: hue angle of 266.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E08EC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 8 236 -
CMYK 0.53 0.97 0 0.07
HSL 266.84º 0.93% 0.48% -
HSV(B) 266.84º 0.97% 0.93% -
XYZ 21.66 9.54 80.06 -
YUV 64.49 224.79 160.46 -
System Red Green Blue C M Y K H S L
Decimal 110 8 236 0.53 0.97 0 0.07 266.84 0.93 0.48
Hex 6E 8 EC 35 61 0 7 10B 5D 30
Octal 156 10 354 65 141 0 7 413 135 60
Binary 1101110 1000 11101100 110101 1100001 0 111 100001011 1011101 110000

Color Harmonies of #6E08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E08EC

Black with #6E08EC

Text Example


Text Example

White with #6E08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,236); }

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

background-color css

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

 a { background-color: rgb(110,8,236); }

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

border-color css

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

 span { border-color: rgb(110,8,236); }

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