#6C0FFE

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

Shades of Electric Indigo #6C0FFE

Tints of Electric Indigo #6C0FFE

Color information

#6C0FFE (or 0x6C0FFE) is unknown color: approx Electric Indigo. HEX triplet: 6C, 0F and FE. RGB value is (108,15,254). Sum of RGB (Red+Green+Blue) = 108+15+254=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FFE is #93F001. Grayscale: #454545. Windows color (decimal): -9695234 or 16650092. OLE color: 16650092.

HSL color Cylindrical-coordinate representation of color #6C0FFE: hue angle of 263.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0FFE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10815254-
CMYK0.570.9400.00
HSL263.35º99.17%52.75%-
HSV(B)263.35º94.09%99.61%-
XYZ24.2410.6994.55-
YUV70.05231.81155.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.65%
GREEN value IS 15 (6.25% from 255) = 3.98%
BLUE value IS 254 (99.61% from 255) = 67.37%
R=28.65%
G=3.98%
B=67.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal108152540.570.9400.00263.3599.1752.75
Hex6CFFE395E001076335
Octal15417376711360040714365
Binary11011001111111111101110011011110001000001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,15,254); }

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

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

 a { background-color: rgb(108,15,254); }

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

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

 span { border-color: rgb(108,15,254); }

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