#6A14F9

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

Shades of Electric Indigo #6A14F9

Tints of Electric Indigo #6A14F9

Color information

#6A14F9 (or 0x6A14F9) is unknown color: approx Electric Indigo. HEX triplet: 6A, 14 and F9. RGB value is (106,20,249). Sum of RGB (Red+Green+Blue) = 106+20+249=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #6A14F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A14F9 is #95EB06. Grayscale: #464646. Windows color (decimal): -9825031 or 16323690. OLE color: 16323690.

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

Color convert

RGB10620249-
CMYK0.570.9200.02
HSL262.53º95.02%52.75%-
HSV(B)262.53º91.97%97.65%-
XYZ23.2910.490.4-
YUV71.82227.99152.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 20 (8.20% from 255) = 5.33%
BLUE value IS 249 (97.66% from 255) = 66.4%
R=28.27%
G=5.33%
B=66.4%

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
Decimal106202490.570.9200.02262.5395.0252.75
Hex6A14F9395C021075f35
Octal15224371711340240713765
Binary1101010101001111100111100110111000101000001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A14F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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