#6b14f0

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

Shades of Electric Indigo #6B14F0

Tints of Electric Indigo #6B14F0

Color information

#6B14F0 (or 0x6B14F0) is unknown color: approx Electric Indigo. HEX triplet: 6B, 14 and F0. RGB value is (107,20,240). Sum of RGB (Red+Green+Blue) = 107+20+240=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B14F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B14F0 is #94EB0F. Grayscale: #464646. Windows color (decimal): -9759504 or 15733867. OLE color: 15733867.

HSL color Cylindrical-coordinate representation of color #6B14F0: hue angle of 263.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B14F0 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10720240-
CMYK0.550.9200.06
HSL263.73º88%50.98%-
HSV(B)263.73º91.67%94.12%-
XYZ22.049.9283.19-
YUV71.09223.32153.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 240 (94.14% from 255) = 65.40%
R=29.16%
G=5.45%
B=65.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal107202400.550.9200.06263.738850.98
Hex6B14F0375C061085833
Octal15324360671340641013063
Binary11010111010011110000110111101110001101000010001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b14f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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