Html Css Color HEX #6206A2 Indigo

📋 copy color: '#6206A2'

red 98 ◦ green 6 ◦ blue 162

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

Shades of Indigo #6206A2

Tints of Indigo #6206A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 60.9%

R = 36.84%
G = 2.26%
B = 60.9%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6206A2 (or 0x6206A2) is known color: Indigo. HEX triplet: 62, 06 and A2. RGB value is (98,6,162). Sum of RGB (Red+Green+Blue) = 98+6+162=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 162 (63.67% from 255 or 60.90% from 266); Max value from RGB is 162 - color contains mainly: blue. Hex color #6206A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206A2 is #9DF95D. Grayscale: #323232. Windows color (decimal): -10352990 or 10618466. OLE color: 10618466.

HSL color Cylindrical-coordinate representation of color #6206A2: hue angle of 275.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6206A2 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 6 162 -
CMYK 0.40 0.96 0 0.36
HSL 275.38º 0.93% 0.33% -
HSV(B) 275.38º 0.96% 0.64% -
XYZ 11.62 5.34 34.6 -
YUV 51.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 98 6 162 0.40 0.96 0 0.36 275.38 0.93 0.33
Hex 62 6 A2 28 60 0 24 113 5D 21
Octal 142 6 242 50 140 0 44 423 135 41
Binary 1100010 110 10100010 101000 1100000 0 100100 100010011 1011101 100001

Color Harmonies of #6206A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206A2

Black with #6206A2

Text Example


Text Example

White with #6206A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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