Html Css Color HEX #6900AA Indigo

📋 copy color: '#6900AA'

red 105 ◦ green 0 ◦ blue 170

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

Shades of Indigo #6900AA

Tints of Indigo #6900AA

RGB

 RED value IS 105 (41.41% from 255) = 38.18%

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

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

R = 38.18%
G = 0%
B = 61.82%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6900AA (or 0x6900AA) is known color: Indigo. HEX triplet: 69, 00 and AA. RGB value is (105,0,170). Sum of RGB (Red+Green+Blue) = 105+0+170=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #6900AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900AA is #96FF55. Grayscale: #323232. Windows color (decimal): -9895766 or 11141225. OLE color: 11141225.

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

Color convert

RGB 105 0 170 -
CMYK 0.38 1 0 0.33
HSL 277.06º 1% 0.33% -
HSV(B) 277.06º 1% 0.67% -
XYZ 13.08 5.91 38.48 -
YUV 50.78 195.29 166.68 -
System Red Green Blue C M Y K H S L
Decimal 105 0 170 0.38 1 0 0.33 277.06 1 0.33
Hex 69 0 AA 26 64 0 21 115 64 21
Octal 151 0 252 46 144 0 41 425 144 41
Binary 1101001 0 10101010 100110 1100100 0 100001 100010101 1100100 100001

Color Harmonies of #6900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900AA

Black with #6900AA

Text Example


Text Example

White with #6900AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,0,170); }

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

background-color css

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

 a { background-color: rgb(105,0,170); }

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

border-color css

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

 span { border-color: rgb(105,0,170); }

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