Html Css Color HEX #6203DA Electric Indigo

📋 copy color: '#6203DA'

red 98 ◦ green 3 ◦ blue 218

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

Shades of Electric Indigo #6203DA

Tints of Electric Indigo #6203DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 30.72%
G = 0.94%
B = 68.34%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6203DA (or 0x6203DA) is known color: Electric Indigo. HEX triplet: 62, 03 and DA. RGB value is (98,3,218). Sum of RGB (Red+Green+Blue) = 98+3+218=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #6203DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6203DA is #9DFC25. Grayscale: #373737. Windows color (decimal): -10353702 or 14287714. OLE color: 14287714.

HSL color Cylindrical-coordinate representation of color #6203DA: hue angle of 266.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203DA is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 3 218 -
CMYK 0.55 0.99 0 0.15
HSL 266.51º 0.97% 0.43% -
HSV(B) 266.51º 0.99% 0.85% -
XYZ 17.72 7.72 66.89 -
YUV 55.92 219.47 158.02 -
System Red Green Blue C M Y K H S L
Decimal 98 3 218 0.55 0.99 0 0.15 266.51 0.97 0.43
Hex 62 3 DA 37 63 0 F 10B 61 2B
Octal 142 3 332 67 143 0 17 413 141 53
Binary 1100010 11 11011010 110111 1100011 0 1111 100001011 1100001 101011

Color Harmonies of #6203DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203DA

Black with #6203DA

Text Example


Text Example

White with #6203DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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