Html Css Color HEX #6006AA Indigo

📋 copy color: '#6006AA'

red 96 ◦ green 6 ◦ blue 170

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

Shades of Indigo #6006AA

Tints of Indigo #6006AA

RGB

 RED value IS 96 (37.89% from 255) = 35.29%

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

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

R = 35.29%
G = 2.21%
B = 62.5%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6006AA (or 0x6006AA) is known color: Indigo. HEX triplet: 60, 06 and AA. RGB value is (96,6,170). Sum of RGB (Red+Green+Blue) = 96+6+170=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #6006AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6006AA is #9FF955. Grayscale: #333333. Windows color (decimal): -10484054 or 11142752. OLE color: 11142752.

HSL color Cylindrical-coordinate representation of color #6006AA: hue angle of 272.93º 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 #6006AA is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 6 170 -
CMYK 0.44 0.96 0 0.33
HSL 272.93º 0.93% 0.35% -
HSV(B) 272.93º 0.96% 0.67% -
XYZ 12.14 5.52 38.46 -
YUV 51.61 194.82 159.66 -
System Red Green Blue C M Y K H S L
Decimal 96 6 170 0.44 0.96 0 0.33 272.93 0.93 0.35
Hex 60 6 AA 2C 60 0 21 111 5D 23
Octal 140 6 252 54 140 0 41 421 135 43
Binary 1100000 110 10101010 101100 1100000 0 100001 100010001 1011101 100011

Color Harmonies of #6006AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006AA

Black with #6006AA

Text Example


Text Example

White with #6006AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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