Html Css Color HEX #6206D9 Electric Indigo

📋 copy color: '#6206D9'

red 98 ◦ green 6 ◦ blue 217

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

Shades of Electric Indigo #6206D9

Tints of Electric Indigo #6206D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 67.6%

R = 30.53%
G = 1.87%
B = 67.6%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6206D9 (or 0x6206D9) is known color: Electric Indigo. HEX triplet: 62, 06 and D9. RGB value is (98,6,217). Sum of RGB (Red+Green+Blue) = 98+6+217=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #6206D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206D9 is #9DF926. Grayscale: #383838. Windows color (decimal): -10352935 or 14222946. OLE color: 14222946.

HSL color Cylindrical-coordinate representation of color #6206D9: hue angle of 266.16º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6206D9 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 6 217 -
CMYK 0.55 0.97 0 0.15
HSL 266.16º 0.95% 0.44% -
HSV(B) 266.16º 0.97% 0.85% -
XYZ 17.63 7.74 66.21 -
YUV 57.56 217.98 156.84 -
System Red Green Blue C M Y K H S L
Decimal 98 6 217 0.55 0.97 0 0.15 266.16 0.95 0.44
Hex 62 6 D9 37 61 0 F 10A 5F 2C
Octal 142 6 331 67 141 0 17 412 137 54
Binary 1100010 110 11011001 110111 1100001 0 1111 100001010 1011111 101100

Color Harmonies of #6206D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206D9

Black with #6206D9

Text Example


Text Example

White with #6206D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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