Html Css Color HEX #6203F1 Electric Indigo

📋 copy color: '#6203F1'

red 98 ◦ green 3 ◦ blue 241

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

Shades of Electric Indigo #6203F1

Tints of Electric Indigo #6203F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.47%

R = 28.65%
G = 0.88%
B = 70.47%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6203F1 (or 0x6203F1) is known color: Electric Indigo. HEX triplet: 62, 03 and F1. RGB value is (98,3,241). Sum of RGB (Red+Green+Blue) = 98+3+241=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #6203F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203F1 is #9DFC0E. Grayscale: #393939. Windows color (decimal): -10353679 or 15795042. OLE color: 15795042.

HSL color Cylindrical-coordinate representation of color #6203F1: hue angle of 263.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203F1 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 3 241 -
CMYK 0.59 0.99 0 0.05
HSL 263.95º 0.98% 0.48% -
HSV(B) 263.95º 0.99% 0.95% -
XYZ 20.95 9.01 83.85 -
YUV 58.54 230.97 156.15 -
System Red Green Blue C M Y K H S L
Decimal 98 3 241 0.59 0.99 0 0.05 263.95 0.98 0.48
Hex 62 3 F1 3B 63 0 5 108 62 30
Octal 142 3 361 73 143 0 5 410 142 60
Binary 1100010 11 11110001 111011 1100011 0 101 100001000 1100010 110000

Color Harmonies of #6203F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203F1

Black with #6203F1

Text Example


Text Example

White with #6203F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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