#6102DC

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

Shades of Electric Indigo #6102DC

Tints of Electric Indigo #6102DC

Color information

#6102DC (or 0x6102DC) is unknown color: approx Electric Indigo. HEX triplet: 61, 02 and DC. RGB value is (97,2,220). Sum of RGB (Red+Green+Blue) = 97+2+220=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #6102DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102DC is #9EFD23. Grayscale: #363636. Windows color (decimal): -10419492 or 14418529. OLE color: 14418529.

HSL color Cylindrical-coordinate representation of color #6102DC: hue angle of 266.15º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102DC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB972220-
CMYK0.560.9900.14
HSL266.15º98.2%43.53%-
HSV(B)266.15º99.09%86.27%-
XYZ17.877.7568.26-
YUV55.26220.97157.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 220 (86.33% from 255) = 68.97%
R=30.41%
G=0.63%
B=68.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal9722200.560.9900.14266.1598.243.53
Hex612DC38630E10a622c
Octal14123347014301641214254
Binary110000110110111001110001100011011101000010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6102DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6102DC; }

 p { color: rgb(97,2,220); }

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

<style>
 a { background-color: #6102DC; }

 a { background-color: rgb(97,2,220); }

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

<style>
 span { border-color: #6102DC; }

 span { border-color: rgb(97,2,220); }

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