#6c07df

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

Shades of Electric Indigo #6C07DF

Tints of Electric Indigo #6C07DF

Color information

#6C07DF (or 0x6C07DF) is unknown color: approx Electric Indigo. HEX triplet: 6C, 07 and DF. RGB value is (108,7,223). Sum of RGB (Red+Green+Blue) = 108+7+223=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C07DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C07DF is #93F820. Grayscale: #3D3D3D. Windows color (decimal): -9697313 or 14616428. OLE color: 14616428.

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

Color convert

RGB1087223-
CMYK0.520.9700.13
HSL268.06º93.91%45.1%-
HSV(B)268.06º96.86%87.45%-
XYZ19.588.6770.45-
YUV61.82218.96160.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 7 (3.12% from 255) = 2.07%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=31.95%
G=2.07%
B=65.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal10872230.520.9700.13268.0693.9145.1
Hex6C7DF34610D10c5e2d
Octal15473376414101541413655
Binary1101100111110111111101001100001011011000011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c07df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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