Html Css Color HEX #6E0DFF Electric Indigo

📋 copy color: '#6E0DFF'

red 110 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #6E0DFF

Tints of Electric Indigo #6E0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

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

R = 29.1%
G = 3.44%
B = 67.46%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E0DFF (or 0x6E0DFF) is known color: Electric Indigo. HEX triplet: 6E, 0D and FF. RGB value is (110,13,255). Sum of RGB (Red+Green+Blue) = 110+13+255=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0DFF is #91F200. Grayscale: #444444. Windows color (decimal): -9564673 or 16715118. OLE color: 16715118.

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

Color convert

RGB 110 13 255 -
CMYK 0.57 0.95 0 0
HSL 264.05º 1% 0.53% -
HSV(B) 264.05º 0.95% 1% -
XYZ 24.62 10.82 95.4 -
YUV 69.59 232.64 156.82 -
System Red Green Blue C M Y K H S L
Decimal 110 13 255 0.57 0.95 0 0 264.05 1 0.53
Hex 6E D FF 39 5F 0 0 108 64 35
Octal 156 15 377 71 137 0 0 410 144 65
Binary 1101110 1101 11111111 111001 1011111 0 0 100001000 1100100 110101

Color Harmonies of #6E0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0DFF

Black with #6E0DFF

Text Example


Text Example

White with #6E0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,13,255); }

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

background-color css

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

 a { background-color: rgb(110,13,255); }

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

border-color css

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

 span { border-color: rgb(110,13,255); }

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