Html Css Color HEX #6206ED Electric Indigo

📋 copy color: '#6206ED'

red 98 ◦ green 6 ◦ blue 237

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

Shades of Electric Indigo #6206ED

Tints of Electric Indigo #6206ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 28.74%
G = 1.76%
B = 69.5%

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

#6206ED (or 0x6206ED) is known color: Electric Indigo. HEX triplet: 62, 06 and ED. RGB value is (98,6,237). Sum of RGB (Red+Green+Blue) = 98+6+237=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #6206ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6206ED is #9DF912. Grayscale: #3B3B3B. Windows color (decimal): -10352915 or 15533666. OLE color: 15533666.

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

Color convert

RGB 98 6 237 -
CMYK 0.59 0.97 0 0.07
HSL 263.9º 0.95% 0.48% -
HSV(B) 263.9º 0.97% 0.93% -
XYZ 20.39 8.84 80.75 -
YUV 59.84 227.98 155.22 -
System Red Green Blue C M Y K H S L
Decimal 98 6 237 0.59 0.97 0 0.07 263.9 0.95 0.48
Hex 62 6 ED 3B 61 0 7 108 5F 30
Octal 142 6 355 73 141 0 7 410 137 60
Binary 1100010 110 11101101 111011 1100001 0 111 100001000 1011111 110000

Color Harmonies of #6206ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206ED

Black with #6206ED

Text Example


Text Example

White with #6206ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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