Html Css Color HEX #6800EF Electric Indigo

📋 copy color: '#6800EF'

red 104 ◦ green 0 ◦ blue 239

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

Shades of Electric Indigo #6800EF

Tints of Electric Indigo #6800EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 30.32%
G = 0%
B = 69.68%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6800EF (or 0x6800EF) is known color: Electric Indigo. HEX triplet: 68, 00 and EF. RGB value is (104,0,239). Sum of RGB (Red+Green+Blue) = 104+0+239=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #6800EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800EF is #97FF10. Grayscale: #393939. Windows color (decimal): -9961233 or 15663208. OLE color: 15663208.

HSL color Cylindrical-coordinate representation of color #6800EF: hue angle of 266.11º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800EF is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 0 239 -
CMYK 0.56 1 0 0.06
HSL 266.11º 1% 0.47% -
HSV(B) 266.11º 1% 0.94% -
XYZ 21.29 9.18 82.31 -
YUV 58.34 229.96 160.57 -
System Red Green Blue C M Y K H S L
Decimal 104 0 239 0.56 1 0 0.06 266.11 1 0.47
Hex 68 0 EF 38 64 0 6 10A 64 2F
Octal 150 0 357 70 144 0 6 412 144 57
Binary 1101000 0 11101111 111000 1100100 0 110 100001010 1100100 101111

Color Harmonies of #6800EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800EF

Black with #6800EF

Text Example


Text Example

White with #6800EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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