#6c0fef

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

Shades of Electric Indigo #6C0FEF

Tints of Electric Indigo #6C0FEF

Color information

#6C0FEF (or 0x6C0FEF) is unknown color: approx Electric Indigo. HEX triplet: 6C, 0F and EF. RGB value is (108,15,239). Sum of RGB (Red+Green+Blue) = 108+15+239=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C0FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0FEF is #93F010. Grayscale: #434343. Windows color (decimal): -9695249 or 15667052. OLE color: 15667052.

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

Color convert

RGB10815239-
CMYK0.550.9400.06
HSL264.91º88.19%49.8%-
HSV(B)264.91º93.72%93.73%-
XYZ21.949.7682.39-
YUV68.34224.31156.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 15 (6.25% from 255) = 4.14%
BLUE value IS 239 (93.75% from 255) = 66.02%
R=29.83%
G=4.14%
B=66.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal108152390.550.9400.06264.9188.1949.8
Hex6CFEF375E061095832
Octal15417357671360641113062
Binary1101100111111101111110111101111001101000010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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