Html Css Color HEX #6201DE Electric Indigo

📋 copy color: '#6201DE'

red 98 ◦ green 1 ◦ blue 222

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

Shades of Electric Indigo #6201DE

Tints of Electric Indigo #6201DE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 30.53%
G = 0.31%
B = 69.16%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6201DE (or 0x6201DE) is known color: Electric Indigo. HEX triplet: 62, 01 and DE. RGB value is (98,1,222). Sum of RGB (Red+Green+Blue) = 98+1+222=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #6201DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201DE is #9DFE21. Grayscale: #363636. Windows color (decimal): -10354210 or 14549346. OLE color: 14549346.

HSL color Cylindrical-coordinate representation of color #6201DE: hue angle of 266.33º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201DE is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 1 222 -
CMYK 0.56 1.00 0 0.13
HSL 266.33º 0.99% 0.44% -
HSV(B) 266.33º 1% 0.87% -
XYZ 18.23 7.89 69.67 -
YUV 55.2 222.14 158.53 -
System Red Green Blue C M Y K H S L
Decimal 98 1 222 0.56 1.00 0 0.13 266.33 0.99 0.44
Hex 62 1 DE 38 64 0 D 10A 63 2C
Octal 142 1 336 70 144 0 15 412 143 54
Binary 1100010 1 11011110 111000 1100100 0 1101 100001010 1100011 101100

Color Harmonies of #6201DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201DE

Black with #6201DE

Text Example


Text Example

White with #6201DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6201DE; }

 p { color: rgb(98,1,222); }

 H1.HeaderClassName
 {
   color: #6201DE;
 }
 .AnyTagClassName
 {
   color: #6201DE;
 }
</style>

background-color css

<style>
 a { background-color: #6201DE; }

 a { background-color: rgb(98,1,222); }

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

border-color css

<style>
 span { border-color: #6201DE; }

 span { border-color: rgb(98,1,222); }

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