Html Css Color HEX #7006EC Electric Indigo

📋 copy color: '#7006EC'

red 112 ◦ green 6 ◦ blue 236

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

Shades of Electric Indigo #7006EC

Tints of Electric Indigo #7006EC

RGB

 RED value IS 112 (44.14% from 255) = 31.64%

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 31.64%
G = 1.69%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7006EC (or 0x7006EC) is known color: Electric Indigo. HEX triplet: 70, 06 and EC. RGB value is (112,6,236). Sum of RGB (Red+Green+Blue) = 112+6+236=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #7006EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7006EC is #8FF913. Grayscale: #3F3F3F. Windows color (decimal): -9435412 or 15468144. OLE color: 15468144.

HSL color Cylindrical-coordinate representation of color #7006EC: hue angle of 267.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7006EC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 6 236 -
CMYK 0.53 0.97 0 0.07
HSL 267.65º 0.95% 0.47% -
HSV(B) 267.65º 0.97% 0.93% -
XYZ 21.89 9.63 80.06 -
YUV 63.91 225.12 162.3 -
System Red Green Blue C M Y K H S L
Decimal 112 6 236 0.53 0.97 0 0.07 267.65 0.95 0.47
Hex 70 6 EC 35 61 0 7 10C 5F 2F
Octal 160 6 354 65 141 0 7 414 137 57
Binary 1110000 110 11101100 110101 1100001 0 111 100001100 1011111 101111

Color Harmonies of #7006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006EC

Black with #7006EC

Text Example


Text Example

White with #7006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,6,236); }

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

background-color css

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

 a { background-color: rgb(112,6,236); }

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

border-color css

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

 span { border-color: rgb(112,6,236); }

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