Html Css Color HEX #6203EC Electric Indigo

📋 copy color: '#6203EC'

red 98 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #6203EC

Tints of Electric Indigo #6203EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 29.08%
G = 0.89%
B = 70.03%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6203EC (or 0x6203EC) is known color: Electric Indigo. HEX triplet: 62, 03 and EC. RGB value is (98,3,236). Sum of RGB (Red+Green+Blue) = 98+3+236=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #6203EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203EC is #9DFC13. Grayscale: #393939. Windows color (decimal): -10353684 or 15467362. OLE color: 15467362.

HSL color Cylindrical-coordinate representation of color #6203EC: hue angle of 264.46º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6203EC is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 3 236 -
CMYK 0.58 0.99 0 0.07
HSL 264.46º 0.97% 0.47% -
HSV(B) 264.46º 0.99% 0.93% -
XYZ 20.21 8.72 79.97 -
YUV 57.97 228.47 156.55 -
System Red Green Blue C M Y K H S L
Decimal 98 3 236 0.58 0.99 0 0.07 264.46 0.97 0.47
Hex 62 3 EC 3A 63 0 7 108 61 2F
Octal 142 3 354 72 143 0 7 410 141 57
Binary 1100010 11 11101100 111010 1100011 0 111 100001000 1100001 101111

Color Harmonies of #6203EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203EC

Black with #6203EC

Text Example


Text Example

White with #6203EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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