#6C03DF

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

Shades of Electric Indigo #6C03DF

Tints of Electric Indigo #6C03DF

Color information

#6C03DF (or 0x6C03DF) is unknown color: approx Electric Indigo. HEX triplet: 6C, 03 and DF. RGB value is (108,3,223). Sum of RGB (Red+Green+Blue) = 108+3+223=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C03DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C03DF is #93FC20. Grayscale: #3A3A3A. Windows color (decimal): -9698337 or 14615404. OLE color: 14615404.

HSL color Cylindrical-coordinate representation of color #6C03DF: hue angle of 268.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C03DF is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1083223-
CMYK0.520.9900.13
HSL268.64º97.35%44.31%-
HSV(B)268.64º98.65%87.45%-
XYZ19.548.5870.44-
YUV59.48220.29162.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 223 (87.5% from 255) = 66.77%
R=32.34%
G=0.90%
B=66.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10832230.520.9900.13268.6497.3544.31
Hex6C3DF34630D10d612c
Octal15433376414301541514154
Binary110110011110111111101001100011011011000011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C03DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,223); }

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

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

 a { background-color: rgb(108,3,223); }

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

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

 span { border-color: rgb(108,3,223); }

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