Html Css Color HEX #6200EC Electric Indigo

📋 copy color: '#6200EC'

red 98 ◦ green 0 ◦ blue 236

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

Shades of Electric Indigo #6200EC

Tints of Electric Indigo #6200EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.34%
G = 0%
B = 70.66%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6200EC (or 0x6200EC) is known color: Electric Indigo. HEX triplet: 62, 00 and EC. RGB value is (98,0,236). Sum of RGB (Red+Green+Blue) = 98+0+236=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #6200EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6200EC is #9DFF13. Grayscale: #373737. Windows color (decimal): -10354452 or 15466594. OLE color: 15466594.

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

Color convert

RGB 98 0 236 -
CMYK 0.58 1 0 0.07
HSL 264.92º 1% 0.46% -
HSV(B) 264.92º 1% 0.93% -
XYZ 20.18 8.65 79.96 -
YUV 56.21 229.47 157.81 -
System Red Green Blue C M Y K H S L
Decimal 98 0 236 0.58 1 0 0.07 264.92 1 0.46
Hex 62 0 EC 3A 64 0 7 109 64 2E
Octal 142 0 354 72 144 0 7 411 144 56
Binary 1100010 0 11101100 111010 1100100 0 111 100001001 1100100 101110

Color Harmonies of #6200EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200EC

Black with #6200EC

Text Example


Text Example

White with #6200EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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