Html Css Color HEX #6800D1 Electric Indigo

📋 copy color: '#6800D1'

red 104 ◦ green 0 ◦ blue 209

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

Shades of Electric Indigo #6800D1

Tints of Electric Indigo #6800D1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 209 (82.03% from 255) = 66.77%

R = 33.23%
G = 0%
B = 66.77%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6800D1 (or 0x6800D1) is known color: Electric Indigo. HEX triplet: 68, 00 and D1. RGB value is (104,0,209). Sum of RGB (Red+Green+Blue) = 104+0+209=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #6800D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800D1 is #97FF2E. Grayscale: #363636. Windows color (decimal): -9961263 or 13697128. OLE color: 13697128.

HSL color Cylindrical-coordinate representation of color #6800D1: hue angle of 269.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800D1 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 0 209 -
CMYK 0.50 1 0 0.18
HSL 269.86º 1% 0.41% -
HSV(B) 269.86º 1% 0.82% -
XYZ 17.22 7.55 60.87 -
YUV 54.92 214.96 163.01 -
System Red Green Blue C M Y K H S L
Decimal 104 0 209 0.50 1 0 0.18 269.86 1 0.41
Hex 68 0 D1 32 64 0 12 10E 64 29
Octal 150 0 321 62 144 0 22 416 144 51
Binary 1101000 0 11010001 110010 1100100 0 10010 100001110 1100100 101001

Color Harmonies of #6800D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800D1

Black with #6800D1

Text Example


Text Example

White with #6800D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6800D1; }

 p { color: rgb(104,0,209); }

 H1.HeaderClassName
 {
   color: #6800D1;
 }
 .AnyTagClassName
 {
   color: #6800D1;
 }
</style>

background-color css

<style>
 a { background-color: #6800D1; }

 a { background-color: rgb(104,0,209); }

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

border-color css

<style>
 span { border-color: #6800D1; }

 span { border-color: rgb(104,0,209); }

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