Html Css Color HEX #6102DC Electric Indigo

📋 copy color: '#6102DC'

red 97 ◦ green 2 ◦ blue 220

#6102DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6102DC

Tints of Electric Indigo #6102DC

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 value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6102DC (or 0x6102DC) is known color: 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

RGB 97 2 220 -
CMYK 0.56 0.99 0 0.14
HSL 266.15º 0.98% 0.44% -
HSV(B) 266.15º 0.99% 0.86% -
XYZ 17.87 7.75 68.26 -
YUV 55.26 220.97 157.77 -
System Red Green Blue C M Y K H S L
Decimal 97 2 220 0.56 0.99 0 0.14 266.15 0.98 0.44
Hex 61 2 DC 38 63 0 E 10A 62 2C
Octal 141 2 334 70 143 0 16 412 142 54
Binary 1100001 10 11011100 111000 1100011 0 1110 100001010 1100010 101100

Color Harmonies of #6102DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102DC

Black with #6102DC

Text Example


Text Example

White with #6102DC

Text Example


Text Example

HTML Codes & Css Web 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>