Html Css Color HEX #7006FE Electric Indigo

📋 copy color: '#7006FE'

red 112 ◦ green 6 ◦ blue 254

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

Shades of Electric Indigo #7006FE

Tints of Electric Indigo #7006FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.28%

R = 30.11%
G = 1.61%
B = 68.28%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7006FE (or 0x7006FE) is known color: Electric Indigo. HEX triplet: 70, 06 and FE. RGB value is (112,6,254). Sum of RGB (Red+Green+Blue) = 112+6+254=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #7006FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7006FE is #8FF901. Grayscale: #414141. Windows color (decimal): -9435394 or 16647792. OLE color: 16647792.

HSL color Cylindrical-coordinate representation of color #7006FE: hue angle of 265.65º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7006FE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 6 254 -
CMYK 0.56 0.98 0 0.00
HSL 265.65º 0.99% 0.51% -
HSV(B) 265.65º 0.98% 1% -
XYZ 24.64 10.73 94.54 -
YUV 65.97 234.12 160.83 -
System Red Green Blue C M Y K H S L
Decimal 112 6 254 0.56 0.98 0 0.00 265.65 0.99 0.51
Hex 70 6 FE 38 62 0 0 10A 63 33
Octal 160 6 376 70 142 0 0 412 143 63
Binary 1110000 110 11111110 111000 1100010 0 0 100001010 1100011 110011

Color Harmonies of #7006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006FE

Black with #7006FE

Text Example


Text Example

White with #7006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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