Html Css Color HEX #6200AE Indigo

📋 copy color: '#6200AE'

red 98 ◦ green 0 ◦ blue 174

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

Shades of Indigo #6200AE

Tints of Indigo #6200AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.97%

R = 36.03%
G = 0%
B = 63.97%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6200AE (or 0x6200AE) is known color: Indigo. HEX triplet: 62, 00 and AE. RGB value is (98,0,174). Sum of RGB (Red+Green+Blue) = 98+0+174=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #6200AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6200AE is #9DFF51. Grayscale: #303030. Windows color (decimal): -10354514 or 11403362. OLE color: 11403362.

HSL color Cylindrical-coordinate representation of color #6200AE: hue angle of 273.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6200AE is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 0 174 -
CMYK 0.44 1 0 0.32
HSL 273.79º 1% 0.34% -
HSV(B) 273.79º 1% 0.68% -
XYZ 12.68 5.65 40.47 -
YUV 49.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 98 0 174 0.44 1 0 0.32 273.79 1 0.34
Hex 62 0 AE 2C 64 0 20 112 64 22
Octal 142 0 256 54 144 0 40 422 144 42
Binary 1100010 0 10101110 101100 1100100 0 100000 100010010 1100100 100010

Color Harmonies of #6200AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6200AE

Black with #6200AE

Text Example


Text Example

White with #6200AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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