Html Css Color HEX #6200DB Electric Indigo

📋 copy color: '#6200DB'

red 98 ◦ green 0 ◦ blue 219

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

Shades of Electric Indigo #6200DB

Tints of Electric Indigo #6200DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 30.91%
G = 0%
B = 69.09%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6200DB (or 0x6200DB) is known color: Electric Indigo. HEX triplet: 62, 00 and DB. RGB value is (98,0,219). Sum of RGB (Red+Green+Blue) = 98+0+219=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #6200DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6200DB is #9DFF24. Grayscale: #353535. Windows color (decimal): -10354469 or 14352482. OLE color: 14352482.

HSL color Cylindrical-coordinate representation of color #6200DB: hue angle of 266.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200DB is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 0 219 -
CMYK 0.55 1 0 0.14
HSL 266.85º 1% 0.43% -
HSV(B) 266.85º 1% 0.86% -
XYZ 17.82 7.71 67.57 -
YUV 54.27 220.97 159.19 -
System Red Green Blue C M Y K H S L
Decimal 98 0 219 0.55 1 0 0.14 266.85 1 0.43
Hex 62 0 DB 37 64 0 E 10B 64 2B
Octal 142 0 333 67 144 0 16 413 144 53
Binary 1100010 0 11011011 110111 1100100 0 1110 100001011 1100100 101011

Color Harmonies of #6200DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200DB

Black with #6200DB

Text Example


Text Example

White with #6200DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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