#6C02F6

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

Shades of Electric Indigo #6C02F6

Tints of Electric Indigo #6C02F6

Color information

#6C02F6 (or 0x6C02F6) is unknown color: approx Electric Indigo. HEX triplet: 6C, 02 and F6. RGB value is (108,2,246). Sum of RGB (Red+Green+Blue) = 108+2+246=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #6C02F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C02F6 is #93FD09. Grayscale: #3C3C3C. Windows color (decimal): -9698570 or 16122476. OLE color: 16122476.

HSL color Cylindrical-coordinate representation of color #6C02F6: hue angle of 266.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02F6 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1082246-
CMYK0.560.9900.04
HSL266.07º98.39%48.63%-
HSV(B)266.07º99.19%96.47%-
XYZ22.849.8987.89-
YUV61.51232.12161.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.34%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 246 (96.48% from 255) = 69.10%
R=30.34%
G=0.56%
B=69.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10822460.560.9900.04266.0798.3948.63
Hex6C2F638630410a6231
Octal1542366701430441214261
Binary11011001011110110111000110001101001000010101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C02F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,246); }

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

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

 a { background-color: rgb(108,2,246); }

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

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

 span { border-color: rgb(108,2,246); }

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