Html Css Color HEX #6701EC Electric Indigo

📋 copy color: '#6701EC'

red 103 ◦ green 1 ◦ blue 236

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

Shades of Electric Indigo #6701EC

Tints of Electric Indigo #6701EC

RGB

 RED value IS 103 (40.63% from 255) = 30.29%

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

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

R = 30.29%
G = 0.29%
B = 69.41%

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

#6701EC (or 0x6701EC) is known color: Electric Indigo. HEX triplet: 67, 01 and EC. RGB value is (103,1,236). Sum of RGB (Red+Green+Blue) = 103+1+236=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #6701EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6701EC is #98FE13. Grayscale: #393939. Windows color (decimal): -10026516 or 15466855. OLE color: 15466855.

HSL color Cylindrical-coordinate representation of color #6701EC: hue angle of 266.04º 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 #6701EC is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 1 236 -
CMYK 0.56 1.00 0 0.07
HSL 266.04º 0.99% 0.46% -
HSV(B) 266.04º 1% 0.93% -
XYZ 20.74 8.96 79.99 -
YUV 58.29 228.29 159.89 -
System Red Green Blue C M Y K H S L
Decimal 103 1 236 0.56 1.00 0 0.07 266.04 0.99 0.46
Hex 67 1 EC 38 64 0 7 10A 63 2E
Octal 147 1 354 70 144 0 7 412 143 56
Binary 1100111 1 11101100 111000 1100100 0 111 100001010 1100011 101110

Color Harmonies of #6701EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6701EC

Black with #6701EC

Text Example


Text Example

White with #6701EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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