Html Css Color HEX #6003DC Electric Indigo

📋 copy color: '#6003DC'

red 96 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #6003DC

Tints of Electric Indigo #6003DC

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

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

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

R = 30.09%
G = 0.94%
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

#6003DC (or 0x6003DC) is known color: Electric Indigo. HEX triplet: 60, 03 and DC. RGB value is (96,3,220). Sum of RGB (Red+Green+Blue) = 96+3+220=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 3 (1.56% from 255 or 0.94% 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 #6003DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6003DC is #9FFC23. Grayscale: #363636. Windows color (decimal): -10484772 or 14418784. OLE color: 14418784.

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

Color convert

RGB 96 3 220 -
CMYK 0.56 0.99 0 0.14
HSL 265.71º 0.97% 0.44% -
HSV(B) 265.71º 0.99% 0.86% -
XYZ 17.77 7.72 68.26 -
YUV 55.55 220.81 156.86 -
System Red Green Blue C M Y K H S L
Decimal 96 3 220 0.56 0.99 0 0.14 265.71 0.97 0.44
Hex 60 3 DC 38 63 0 E 10A 61 2C
Octal 140 3 334 70 143 0 16 412 141 54
Binary 1100000 11 11011100 111000 1100011 0 1110 100001010 1100001 101100

Color Harmonies of #6003DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003DC

Black with #6003DC

Text Example


Text Example

White with #6003DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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