Html Css Color HEX #6900A4 Indigo

📋 copy color: '#6900A4'

red 105 ◦ green 0 ◦ blue 164

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

Shades of Indigo #6900A4

Tints of Indigo #6900A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.97%

R = 39.03%
G = 0%
B = 60.97%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6900A4 (or 0x6900A4) is known color: Indigo. HEX triplet: 69, 00 and A4. RGB value is (105,0,164). Sum of RGB (Red+Green+Blue) = 105+0+164=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #6900A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900A4 is #96FF5B. Grayscale: #313131. Windows color (decimal): -9895772 or 10748009. OLE color: 10748009.

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

Color convert

RGB 105 0 164 -
CMYK 0.36 1 0 0.36
HSL 278.41º 1% 0.32% -
HSV(B) 278.41º 1% 0.64% -
XYZ 12.53 5.68 35.56 -
YUV 50.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 105 0 164 0.36 1 0 0.36 278.41 1 0.32
Hex 69 0 A4 24 64 0 24 116 64 20
Octal 151 0 244 44 144 0 44 426 144 40
Binary 1101001 0 10100100 100100 1100100 0 100100 100010110 1100100 100000

Color Harmonies of #6900A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900A4

Black with #6900A4

Text Example


Text Example

White with #6900A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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