Html Css Color HEX #6807FE Electric Indigo

📋 copy color: '#6807FE'

red 104 ◦ green 7 ◦ blue 254

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

Shades of Electric Indigo #6807FE

Tints of Electric Indigo #6807FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.92%

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

R = 28.49%
G = 1.92%
B = 69.59%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6807FE (or 0x6807FE) is known color: Electric Indigo. HEX triplet: 68, 07 and FE. RGB value is (104,7,254). Sum of RGB (Red+Green+Blue) = 104+7+254=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #6807FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6807FE is #97F801. Grayscale: #3F3F3F. Windows color (decimal): -9959426 or 16648040. OLE color: 16648040.

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

Color convert

RGB 104 7 254 -
CMYK 0.59 0.97 0 0.00
HSL 263.56º 0.99% 0.51% -
HSV(B) 263.56º 0.97% 1% -
XYZ 23.67 10.25 94.5 -
YUV 64.16 235.14 156.42 -
System Red Green Blue C M Y K H S L
Decimal 104 7 254 0.59 0.97 0 0.00 263.56 0.99 0.51
Hex 68 7 FE 3B 61 0 0 108 63 33
Octal 150 7 376 73 141 0 0 410 143 63
Binary 1101000 111 11111110 111011 1100001 0 0 100001000 1100011 110011

Color Harmonies of #6807FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6807FE

Black with #6807FE

Text Example


Text Example

White with #6807FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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