#6814F9

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

Shades of Electric Indigo #6814F9

Tints of Electric Indigo #6814F9

Color information

#6814F9 (or 0x6814F9) is unknown color: approx Electric Indigo. HEX triplet: 68, 14 and F9. RGB value is (104,20,249). Sum of RGB (Red+Green+Blue) = 104+20+249=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #6814F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6814F9 is #97EB06. Grayscale: #464646. Windows color (decimal): -9956103 or 16323688. OLE color: 16323688.

HSL color Cylindrical-coordinate representation of color #6814F9: hue angle of 262.01º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6814F9 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10420249-
CMYK0.580.9200.02
HSL262.01º95.02%52.75%-
HSV(B)262.01º91.97%97.65%-
XYZ23.0610.2890.39-
YUV71.22228.33151.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 20 (8.20% from 255) = 5.36%
BLUE value IS 249 (97.66% from 255) = 66.76%
R=27.88%
G=5.36%
B=66.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104202490.580.9200.02262.0195.0252.75
Hex6814F93A5C021065f35
Octal15024371721340240613765
Binary1101000101001111100111101010111000101000001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6814F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6814F9; }

 p { color: rgb(104,20,249); }

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

<style>
 a { background-color: #6814F9; }

 a { background-color: rgb(104,20,249); }

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

<style>
 span { border-color: #6814F9; }

 span { border-color: rgb(104,20,249); }

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