Html Css Color HEX #6206DA Electric Indigo

📋 copy color: '#6206DA'

red 98 ◦ green 6 ◦ blue 218

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

Shades of Electric Indigo #6206DA

Tints of Electric Indigo #6206DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.7%

R = 30.43%
G = 1.86%
B = 67.7%

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

#6206DA (or 0x6206DA) is known color: Electric Indigo. HEX triplet: 62, 06 and DA. RGB value is (98,6,218). Sum of RGB (Red+Green+Blue) = 98+6+218=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #6206DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6206DA is #9DF925. Grayscale: #383838. Windows color (decimal): -10352934 or 14288482. OLE color: 14288482.

HSL color Cylindrical-coordinate representation of color #6206DA: hue angle of 266.04º 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 #6206DA is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 6 218 -
CMYK 0.55 0.97 0 0.15
HSL 266.04º 0.95% 0.44% -
HSV(B) 266.04º 0.97% 0.85% -
XYZ 17.76 7.79 66.9 -
YUV 57.68 218.48 156.76 -
System Red Green Blue C M Y K H S L
Decimal 98 6 218 0.55 0.97 0 0.15 266.04 0.95 0.44
Hex 62 6 DA 37 61 0 F 10A 5F 2C
Octal 142 6 332 67 141 0 17 412 137 54
Binary 1100010 110 11011010 110111 1100001 0 1111 100001010 1011111 101100

Color Harmonies of #6206DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206DA

Black with #6206DA

Text Example


Text Example

White with #6206DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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