Html Css Color HEX #6900AC Indigo

📋 copy color: '#6900AC'

red 105 ◦ green 0 ◦ blue 172

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

Shades of Indigo #6900AC

Tints of Indigo #6900AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 37.91%
G = 0%
B = 62.09%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6900AC (or 0x6900AC) is known color: Indigo. HEX triplet: 69, 00 and AC. RGB value is (105,0,172). Sum of RGB (Red+Green+Blue) = 105+0+172=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #6900AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900AC is #96FF53. Grayscale: #323232. Windows color (decimal): -9895764 or 11272297. OLE color: 11272297.

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

Color convert

RGB 105 0 172 -
CMYK 0.39 1 0 0.33
HSL 276.63º 1% 0.34% -
HSV(B) 276.63º 1% 0.67% -
XYZ 13.27 5.98 39.48 -
YUV 51 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 105 0 172 0.39 1 0 0.33 276.63 1 0.34
Hex 69 0 AC 27 64 0 21 115 64 22
Octal 151 0 254 47 144 0 41 425 144 42
Binary 1101001 0 10101100 100111 1100100 0 100001 100010101 1100100 100010

Color Harmonies of #6900AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900AC

Black with #6900AC

Text Example


Text Example

White with #6900AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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