#6B10DF

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

Shades of Electric Indigo #6B10DF

Tints of Electric Indigo #6B10DF

Color information

#6B10DF (or 0x6B10DF) is unknown color: approx Electric Indigo. HEX triplet: 6B, 10 and DF. RGB value is (107,16,223). Sum of RGB (Red+Green+Blue) = 107+16+223=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B10DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B10DF is #94EF20. Grayscale: #424242. Windows color (decimal): -9760545 or 14618731. OLE color: 14618731.

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

Color convert

RGB10716223-
CMYK0.520.9300.13
HSL266.38º86.61%46.86%-
HSV(B)266.38º92.83%87.45%-
XYZ19.578.8270.48-
YUV66.81216.15156.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 16 (6.64% from 255) = 4.62%
BLUE value IS 223 (87.5% from 255) = 64.45%
R=30.92%
G=4.62%
B=64.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107162230.520.9300.13266.3886.6146.86
Hex6B10DF345D0D10a572f
Octal153203376413501541212757
Binary110101110000110111111101001011101011011000010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,16,223); }

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

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

 a { background-color: rgb(107,16,223); }

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

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

 span { border-color: rgb(107,16,223); }

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