Html Css Color HEX #6207ED Electric Indigo

📋 copy color: '#6207ED'

red 98 ◦ green 7 ◦ blue 237

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

Shades of Electric Indigo #6207ED

Tints of Electric Indigo #6207ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 28.65%
G = 2.05%
B = 69.3%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6207ED (or 0x6207ED) is known color: Electric Indigo. HEX triplet: 62, 07 and ED. RGB value is (98,7,237). Sum of RGB (Red+Green+Blue) = 98+7+237=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #6207ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6207ED is #9DF812. Grayscale: #3B3B3B. Windows color (decimal): -10352659 or 15533922. OLE color: 15533922.

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

Color convert

RGB 98 7 237 -
CMYK 0.59 0.97 0 0.07
HSL 263.74º 0.94% 0.48% -
HSV(B) 263.74º 0.97% 0.93% -
XYZ 20.4 8.86 80.76 -
YUV 60.43 227.65 154.8 -
System Red Green Blue C M Y K H S L
Decimal 98 7 237 0.59 0.97 0 0.07 263.74 0.94 0.48
Hex 62 7 ED 3B 61 0 7 108 5E 30
Octal 142 7 355 73 141 0 7 410 136 60
Binary 1100010 111 11101101 111011 1100001 0 111 100001000 1011110 110000

Color Harmonies of #6207ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6207ED

Black with #6207ED

Text Example


Text Example

White with #6207ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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