#6807EB

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

Shades of Electric Indigo #6807EB

Tints of Electric Indigo #6807EB

Color information

#6807EB (or 0x6807EB) is unknown color: approx Electric Indigo. HEX triplet: 68, 07 and EB. RGB value is (104,7,235). Sum of RGB (Red+Green+Blue) = 104+7+235=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #6807EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6807EB is #97F814. Grayscale: #3D3D3D. Windows color (decimal): -9959445 or 15402856. OLE color: 15402856.

HSL color Cylindrical-coordinate representation of color #6807EB: hue angle of 265.53º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6807EB is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1047235-
CMYK0.560.9700.08
HSL265.53º94.21%47.45%-
HSV(B)265.53º97.02%92.16%-
XYZ20.789.0979.26-
YUV62225.64157.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 7 (3.12% from 255) = 2.02%
BLUE value IS 235 (92.19% from 255) = 67.92%
R=30.06%
G=2.02%
B=67.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10472350.560.9700.08265.5394.2147.45
Hex687EB38610810a5e2f
Octal15073537014101041213657
Binary1101000111111010111110001100001010001000010101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6807EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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