Html Css Color HEX #6202DC Electric Indigo

📋 copy color: '#6202DC'

red 98 ◦ green 2 ◦ blue 220

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

Shades of Electric Indigo #6202DC

Tints of Electric Indigo #6202DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 30.63%
G = 0.63%
B = 68.75%

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

#6202DC (or 0x6202DC) is known color: Electric Indigo. HEX triplet: 62, 02 and DC. RGB value is (98,2,220). Sum of RGB (Red+Green+Blue) = 98+2+220=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 2 (1.17% from 255 or 0.62% 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 #6202DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202DC is #9DFD23. Grayscale: #363636. Windows color (decimal): -10353956 or 14418530. OLE color: 14418530.

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

Color convert

RGB 98 2 220 -
CMYK 0.55 0.99 0 0.14
HSL 266.42º 0.98% 0.44% -
HSV(B) 266.42º 0.99% 0.86% -
XYZ 17.98 7.81 68.27 -
YUV 55.56 220.8 158.27 -
System Red Green Blue C M Y K H S L
Decimal 98 2 220 0.55 0.99 0 0.14 266.42 0.98 0.44
Hex 62 2 DC 37 63 0 E 10A 62 2C
Octal 142 2 334 67 143 0 16 412 142 54
Binary 1100010 10 11011100 110111 1100011 0 1110 100001010 1100010 101100

Color Harmonies of #6202DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202DC

Black with #6202DC

Text Example


Text Example

White with #6202DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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