#6806F7

Color #6806F7 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6806F7

Tints of Electric Indigo #6806F7

Color information

#6806F7 (or 0x6806F7) is unknown color: approx Electric Indigo. HEX triplet: 68, 06 and F7. RGB value is (104,6,247). Sum of RGB (Red+Green+Blue) = 104+6+247=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #6806F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6806F7 is #97F908. Grayscale: #3D3D3D. Windows color (decimal): -9959689 or 16189032. OLE color: 16189032.

HSL color Cylindrical-coordinate representation of color #6806F7: hue angle of 264.4º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6806F7 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1046247-
CMYK0.580.9800.03
HSL264.4º95.26%49.61%-
HSV(B)264.4º97.57%96.86%-
XYZ22.569.7988.7-
YUV62.78231.97157.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 247 (96.88% from 255) = 69.19%
R=29.13%
G=1.68%
B=69.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal10462470.580.9800.03264.495.2649.61
Hex686F73A62031085f32
Octal1506367721420341013762
Binary11010001101111011111101011000100111000010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6806F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6806F7; }

 p { color: rgb(104,6,247); }

 H1.HeaderClassName
 {
   color: #6806F7;
 }
 .AnyTagClassName
 {
   color: #6806F7;
 }
</style>
background-color css

<style>
 a { background-color: #6806F7; }

 a { background-color: rgb(104,6,247); }

 div.DivClassName
 {
   background-color: #6806F7;
 }
 .BgClassName
 {
   background-color: #6806F7;
 }
</style>
border-color css

<style>
 span { border-color: #6806F7; }

 span { border-color: rgb(104,6,247); }

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