Html Css Color HEX #6811DE Electric Indigo

📋 copy color: '#6811DE'

red 104 ◦ green 17 ◦ blue 222

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

Shades of Electric Indigo #6811DE

Tints of Electric Indigo #6811DE

RGB

 RED value IS 104 (41.02% from 255) = 30.32%

 GREEN value IS 17 (7.03% from 255) = 4.96%

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 30.32%
G = 4.96%
B = 64.72%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6811DE (or 0x6811DE) is known color: Electric Indigo. HEX triplet: 68, 11 and DE. RGB value is (104,17,222). Sum of RGB (Red+Green+Blue) = 104+17+222=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #6811DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811DE is #97EE21. Grayscale: #414141. Windows color (decimal): -9956898 or 14553448. OLE color: 14553448.

HSL color Cylindrical-coordinate representation of color #6811DE: hue angle of 265.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6811DE is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 17 222 -
CMYK 0.53 0.92 0 0.13
HSL 265.46º 0.86% 0.47% -
HSV(B) 265.46º 0.92% 0.87% -
XYZ 19.09 8.62 69.76 -
YUV 66.38 215.82 154.83 -
System Red Green Blue C M Y K H S L
Decimal 104 17 222 0.53 0.92 0 0.13 265.46 0.86 0.47
Hex 68 11 DE 35 5C 0 D 109 56 2F
Octal 150 21 336 65 134 0 15 411 126 57
Binary 1101000 10001 11011110 110101 1011100 0 1101 100001001 1010110 101111

Color Harmonies of #6811DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6811DE

Black with #6811DE

Text Example


Text Example

White with #6811DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6811DE; }

 p { color: rgb(104,17,222); }

 H1.HeaderClassName
 {
   color: #6811DE;
 }
 .AnyTagClassName
 {
   color: #6811DE;
 }
</style>

background-color css

<style>
 a { background-color: #6811DE; }

 a { background-color: rgb(104,17,222); }

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

border-color css

<style>
 span { border-color: #6811DE; }

 span { border-color: rgb(104,17,222); }

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