#6C00FF

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

Shades of Electric Indigo #6C00FF

Tints of Electric Indigo #6C00FF

Color information

#6C00FF (or 0x6C00FF) is unknown color: approx Electric Indigo. HEX triplet: 6C, 00 and FF. RGB value is (108,0,255). Sum of RGB (Red+Green+Blue) = 108+0+255=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C00FF is #93FF00. Grayscale: #3C3C3C. Windows color (decimal): -9699073 or 16711788. OLE color: 16711788.

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

Color convert

RGB1080255-
CMYK0.58100
HSL265.41º100%50%-
HSV(B)265.41º100%100%-
XYZ24.2310.4195.34-
YUV61.36237.28161.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 70.25%
R=29.75%
G=0%
B=70.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal10802550.58100265.4110050
Hex6C0FF3A64001096432
Octal1540377721440041114462
Binary11011000111111111110101100100001000010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,255); }

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

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

 a { background-color: rgb(108,0,255); }

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

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

 span { border-color: rgb(108,0,255); }

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