#6B14F9

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

Shades of Electric Indigo #6B14F9

Tints of Electric Indigo #6B14F9

Color information

#6B14F9 (or 0x6B14F9) is unknown color: approx Electric Indigo. HEX triplet: 6B, 14 and F9. RGB value is (107,20,249). Sum of RGB (Red+Green+Blue) = 107+20+249=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B14F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B14F9 is #94EB06. Grayscale: #474747. Windows color (decimal): -9759495 or 16323691. OLE color: 16323691.

HSL color Cylindrical-coordinate representation of color #6B14F9: hue angle of 262.79º 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 #6B14F9 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10720249-
CMYK0.570.9200.02
HSL262.79º95.02%52.75%-
HSV(B)262.79º91.97%97.65%-
XYZ23.4110.4790.41-
YUV72.12227.82152.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.46%
GREEN value IS 20 (8.20% from 255) = 5.32%
BLUE value IS 249 (97.66% from 255) = 66.22%
R=28.46%
G=5.32%
B=66.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal107202490.570.9200.02262.7995.0252.75
Hex6B14F9395C021075f35
Octal15324371711340240713765
Binary1101011101001111100111100110111000101000001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B14F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B14F9; }

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

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

<style>
 a { background-color: #6B14F9; }

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

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

<style>
 span { border-color: #6B14F9; }

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

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