Html Css Color HEX #6203ED Electric Indigo

📋 copy color: '#6203ED'

red 98 ◦ green 3 ◦ blue 237

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

Shades of Electric Indigo #6203ED

Tints of Electric Indigo #6203ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 28.99%
G = 0.89%
B = 70.12%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6203ED (or 0x6203ED) is known color: Electric Indigo. HEX triplet: 62, 03 and ED. RGB value is (98,3,237). Sum of RGB (Red+Green+Blue) = 98+3+237=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #6203ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6203ED is #9DFC12. Grayscale: #393939. Windows color (decimal): -10353683 or 15532898. OLE color: 15532898.

HSL color Cylindrical-coordinate representation of color #6203ED: hue angle of 264.36º degrees, saturation: 0.98, 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 #6203ED is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 3 237 -
CMYK 0.59 0.99 0 0.07
HSL 264.36º 0.98% 0.47% -
HSV(B) 264.36º 0.99% 0.93% -
XYZ 20.36 8.78 80.74 -
YUV 58.08 228.97 156.47 -
System Red Green Blue C M Y K H S L
Decimal 98 3 237 0.59 0.99 0 0.07 264.36 0.98 0.47
Hex 62 3 ED 3B 63 0 7 108 62 2F
Octal 142 3 355 73 143 0 7 410 142 57
Binary 1100010 11 11101101 111011 1100011 0 111 100001000 1100010 101111

Color Harmonies of #6203ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6203ED

Black with #6203ED

Text Example


Text Example

White with #6203ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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