Html Css Color HEX #6206AA Indigo

📋 copy color: '#6206AA'

red 98 ◦ green 6 ◦ blue 170

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

Shades of Indigo #6206AA

Tints of Indigo #6206AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.04%

R = 35.77%
G = 2.19%
B = 62.04%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6206AA (or 0x6206AA) is known color: Indigo. HEX triplet: 62, 06 and AA. RGB value is (98,6,170). Sum of RGB (Red+Green+Blue) = 98+6+170=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #6206AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206AA is #9DF955. Grayscale: #333333. Windows color (decimal): -10352982 or 11142754. OLE color: 11142754.

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

Color convert

RGB 98 6 170 -
CMYK 0.42 0.96 0 0.33
HSL 273.66º 0.93% 0.35% -
HSV(B) 273.66º 0.96% 0.67% -
XYZ 12.36 5.63 38.47 -
YUV 52.2 194.48 160.66 -
System Red Green Blue C M Y K H S L
Decimal 98 6 170 0.42 0.96 0 0.33 273.66 0.93 0.35
Hex 62 6 AA 2A 60 0 21 112 5D 23
Octal 142 6 252 52 140 0 41 422 135 43
Binary 1100010 110 10101010 101010 1100000 0 100001 100010010 1011101 100011

Color Harmonies of #6206AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6206AA

Black with #6206AA

Text Example


Text Example

White with #6206AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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