Html Css Color HEX #6204EE Electric Indigo

📋 copy color: '#6204EE'

red 98 ◦ green 4 ◦ blue 238

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

Shades of Electric Indigo #6204EE

Tints of Electric Indigo #6204EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 238 (93.36% from 255) = 70%

R = 28.82%
G = 1.18%
B = 70%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6204EE (or 0x6204EE) is known color: Electric Indigo. HEX triplet: 62, 04 and EE. RGB value is (98,4,238). Sum of RGB (Red+Green+Blue) = 98+4+238=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #6204EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6204EE is #9DFB11. Grayscale: #393939. Windows color (decimal): -10353426 or 15598690. OLE color: 15598690.

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

Color convert

RGB 98 4 238 -
CMYK 0.59 0.98 0 0.07
HSL 264.1º 0.97% 0.47% -
HSV(B) 264.1º 0.98% 0.93% -
XYZ 20.51 8.86 81.52 -
YUV 58.78 229.14 155.97 -
System Red Green Blue C M Y K H S L
Decimal 98 4 238 0.59 0.98 0 0.07 264.1 0.97 0.47
Hex 62 4 EE 3B 62 0 7 108 61 2F
Octal 142 4 356 73 142 0 7 410 141 57
Binary 1100010 100 11101110 111011 1100010 0 111 100001000 1100001 101111

Color Harmonies of #6204EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6204EE

Black with #6204EE

Text Example


Text Example

White with #6204EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6204EE; }

 p { color: rgb(98,4,238); }

 H1.HeaderClassName
 {
   color: #6204EE;
 }
 .AnyTagClassName
 {
   color: #6204EE;
 }
</style>

background-color css

<style>
 a { background-color: #6204EE; }

 a { background-color: rgb(98,4,238); }

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

border-color css

<style>
 span { border-color: #6204EE; }

 span { border-color: rgb(98,4,238); }

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