Html Css Color HEX #6812FE Electric Indigo

📋 copy color: '#6812FE'

red 104 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #6812FE

Tints of Electric Indigo #6812FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

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

R = 27.66%
G = 4.79%
B = 67.55%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6812FE (or 0x6812FE) is known color: Electric Indigo. HEX triplet: 68, 12 and FE. RGB value is (104,18,254). Sum of RGB (Red+Green+Blue) = 104+18+254=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6812FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6812FE is #97ED01. Grayscale: #454545. Windows color (decimal): -9956610 or 16650856. OLE color: 16650856.

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

Color convert

RGB 104 18 254 -
CMYK 0.59 0.93 0 0.00
HSL 261.86º 0.99% 0.53% -
HSV(B) 261.86º 0.93% 1% -
XYZ 23.81 10.53 94.54 -
YUV 70.62 231.49 151.81 -
System Red Green Blue C M Y K H S L
Decimal 104 18 254 0.59 0.93 0 0.00 261.86 0.99 0.53
Hex 68 12 FE 3B 5D 0 0 106 63 35
Octal 150 22 376 73 135 0 0 406 143 65
Binary 1101000 10010 11111110 111011 1011101 0 0 100000110 1100011 110101

Color Harmonies of #6812FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812FE

Black with #6812FE

Text Example


Text Example

White with #6812FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,18,254); }

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

background-color css

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

 a { background-color: rgb(104,18,254); }

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

border-color css

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

 span { border-color: rgb(104,18,254); }

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