Html Css Color HEX #6810DE Electric Indigo

📋 copy color: '#6810DE'

red 104 ◦ green 16 ◦ blue 222

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

Shades of Electric Indigo #6810DE

Tints of Electric Indigo #6810DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.68%

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

R = 30.41%
G = 4.68%
B = 64.91%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6810DE (or 0x6810DE) is known color: Electric Indigo. HEX triplet: 68, 10 and DE. RGB value is (104,16,222). Sum of RGB (Red+Green+Blue) = 104+16+222=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #6810DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810DE is #97EF21. Grayscale: #414141. Windows color (decimal): -9957154 or 14553192. OLE color: 14553192.

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

Color convert

RGB 104 16 222 -
CMYK 0.53 0.93 0 0.13
HSL 265.63º 0.87% 0.47% -
HSV(B) 265.63º 0.93% 0.87% -
XYZ 19.08 8.59 69.76 -
YUV 65.8 216.15 155.25 -
System Red Green Blue C M Y K H S L
Decimal 104 16 222 0.53 0.93 0 0.13 265.63 0.87 0.47
Hex 68 10 DE 35 5D 0 D 10A 57 2F
Octal 150 20 336 65 135 0 15 412 127 57
Binary 1101000 10000 11011110 110101 1011101 0 1101 100001010 1010111 101111

Color Harmonies of #6810DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810DE

Black with #6810DE

Text Example


Text Example

White with #6810DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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