Html Css Color HEX #6103DC Electric Indigo

📋 copy color: '#6103DC'

red 97 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #6103DC

Tints of Electric Indigo #6103DC

RGB

 RED value IS 97 (38.28% from 255) = 30.31%

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 30.31%
G = 0.94%
B = 68.75%

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

#6103DC (or 0x6103DC) is known color: Electric Indigo. HEX triplet: 61, 03 and DC. RGB value is (97,3,220). Sum of RGB (Red+Green+Blue) = 97+3+220=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #6103DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103DC is #9EFC23. Grayscale: #373737. Windows color (decimal): -10419236 or 14418785. OLE color: 14418785.

HSL color Cylindrical-coordinate representation of color #6103DC: hue angle of 265.99º degrees, saturation: 0.97, 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 #6103DC is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 3 220 -
CMYK 0.56 0.99 0 0.14
HSL 265.99º 0.97% 0.44% -
HSV(B) 265.99º 0.99% 0.86% -
XYZ 17.88 7.77 68.27 -
YUV 55.84 220.64 157.36 -
System Red Green Blue C M Y K H S L
Decimal 97 3 220 0.56 0.99 0 0.14 265.99 0.97 0.44
Hex 61 3 DC 38 63 0 E 10A 61 2C
Octal 141 3 334 70 143 0 16 412 141 54
Binary 1100001 11 11011100 111000 1100011 0 1110 100001010 1100001 101100

Color Harmonies of #6103DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103DC

Black with #6103DC

Text Example


Text Example

White with #6103DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6103DC;
 }
 .AnyTagClassName
 {
   color: #6103DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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