Html Css Color HEX #6D00AA Indigo

📋 copy color: '#6D00AA'

red 109 ◦ green 0 ◦ blue 170

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

Shades of Indigo #6D00AA

Tints of Indigo #6D00AA

RGB

 RED value IS 109 (42.97% from 255) = 39.07%

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

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

R = 39.07%
G = 0%
B = 60.93%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D00AA (or 0x6D00AA) is known color: Indigo. HEX triplet: 6D, 00 and AA. RGB value is (109,0,170). Sum of RGB (Red+Green+Blue) = 109+0+170=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D00AA is #92FF55. Grayscale: #333333. Windows color (decimal): -9633622 or 11141229. OLE color: 11141229.

HSL color Cylindrical-coordinate representation of color #6D00AA: hue angle of 278.47º 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 #6D00AA is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 0 170 -
CMYK 0.36 1 0 0.33
HSL 278.47º 1% 0.33% -
HSV(B) 278.47º 1% 0.67% -
XYZ 13.56 6.15 38.5 -
YUV 51.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 109 0 170 0.36 1 0 0.33 278.47 1 0.33
Hex 6D 0 AA 24 64 0 21 116 64 21
Octal 155 0 252 44 144 0 41 426 144 41
Binary 1101101 0 10101010 100100 1100100 0 100001 100010110 1100100 100001

Color Harmonies of #6D00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00AA

Black with #6D00AA

Text Example


Text Example

White with #6D00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D00AA; }

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

 H1.HeaderClassName
 {
   color: #6D00AA;
 }
 .AnyTagClassName
 {
   color: #6D00AA;
 }
</style>

background-color css

<style>
 a { background-color: #6D00AA; }

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

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

border-color css

<style>
 span { border-color: #6D00AA; }

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

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