Html Css Color HEX #6801EC Electric Indigo

📋 copy color: '#6801EC'

red 104 ◦ green 1 ◦ blue 236

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

Shades of Electric Indigo #6801EC

Tints of Electric Indigo #6801EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 30.5%
G = 0.29%
B = 69.21%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6801EC (or 0x6801EC) is known color: Electric Indigo. HEX triplet: 68, 01 and EC. RGB value is (104,1,236). Sum of RGB (Red+Green+Blue) = 104+1+236=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #6801EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6801EC is #97FE13. Grayscale: #393939. Windows color (decimal): -9960980 or 15466856. OLE color: 15466856.

HSL color Cylindrical-coordinate representation of color #6801EC: hue angle of 266.3º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6801EC is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 1 236 -
CMYK 0.56 1.00 0 0.07
HSL 266.3º 0.99% 0.46% -
HSV(B) 266.3º 1% 0.93% -
XYZ 20.86 9.02 80 -
YUV 58.59 228.12 160.39 -
System Red Green Blue C M Y K H S L
Decimal 104 1 236 0.56 1.00 0 0.07 266.3 0.99 0.46
Hex 68 1 EC 38 64 0 7 10A 63 2E
Octal 150 1 354 70 144 0 7 412 143 56
Binary 1101000 1 11101100 111000 1100100 0 111 100001010 1100011 101110

Color Harmonies of #6801EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801EC

Black with #6801EC

Text Example


Text Example

White with #6801EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6801EC; }

 p { color: rgb(104,1,236); }

 H1.HeaderClassName
 {
   color: #6801EC;
 }
 .AnyTagClassName
 {
   color: #6801EC;
 }
</style>

background-color css

<style>
 a { background-color: #6801EC; }

 a { background-color: rgb(104,1,236); }

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

border-color css

<style>
 span { border-color: #6801EC; }

 span { border-color: rgb(104,1,236); }

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