Html Css Color HEX #6E08E9 Electric Indigo

📋 copy color: '#6E08E9'

red 110 ◦ green 8 ◦ blue 233

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

Shades of Electric Indigo #6E08E9

Tints of Electric Indigo #6E08E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.38%

R = 31.34%
G = 2.28%
B = 66.38%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6E08E9 (or 0x6E08E9) is known color: Electric Indigo. HEX triplet: 6E, 08 and E9. RGB value is (110,8,233). Sum of RGB (Red+Green+Blue) = 110+8+233=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 233 (91.41% from 255 or 66.38% from 351); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E08E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E08E9 is #91F716. Grayscale: #3F3F3F. Windows color (decimal): -9565975 or 15272046. OLE color: 15272046.

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

Color convert

RGB 110 8 233 -
CMYK 0.53 0.97 0 0.09
HSL 267.2º 0.93% 0.47% -
HSV(B) 267.2º 0.97% 0.91% -
XYZ 21.23 9.37 77.78 -
YUV 64.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 110 8 233 0.53 0.97 0 0.09 267.2 0.93 0.47
Hex 6E 8 E9 35 61 0 9 10B 5D 2F
Octal 156 10 351 65 141 0 11 413 135 57
Binary 1101110 1000 11101001 110101 1100001 0 1001 100001011 1011101 101111

Color Harmonies of #6E08E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E08E9

Black with #6E08E9

Text Example


Text Example

White with #6E08E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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