Html Css Color HEX #6203DC Electric Indigo

📋 copy color: '#6203DC'

red 98 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #6203DC

Tints of Electric Indigo #6203DC

RGB

 RED value IS 98 (38.67% from 255) = 30.53%

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

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

R = 30.53%
G = 0.93%
B = 68.54%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6203DC (or 0x6203DC) is known color: Electric Indigo. HEX triplet: 62, 03 and DC. RGB value is (98,3,220). Sum of RGB (Red+Green+Blue) = 98+3+220=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #6203DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203DC is #9DFC23. Grayscale: #373737. Windows color (decimal): -10353700 or 14418786. OLE color: 14418786.

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

Color convert

RGB 98 3 220 -
CMYK 0.55 0.99 0 0.14
HSL 266.27º 0.97% 0.44% -
HSV(B) 266.27º 0.99% 0.86% -
XYZ 17.99 7.83 68.27 -
YUV 56.14 220.47 157.86 -
System Red Green Blue C M Y K H S L
Decimal 98 3 220 0.55 0.99 0 0.14 266.27 0.97 0.44
Hex 62 3 DC 37 63 0 E 10A 61 2C
Octal 142 3 334 67 143 0 16 412 141 54
Binary 1100010 11 11011100 110111 1100011 0 1110 100001010 1100001 101100

Color Harmonies of #6203DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203DC

Black with #6203DC

Text Example


Text Example

White with #6203DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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