Html Css Color HEX #6800AC Indigo

📋 copy color: '#6800AC'

red 104 ◦ green 0 ◦ blue 172

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

Shades of Indigo #6800AC

Tints of Indigo #6800AC

RGB

 RED value IS 104 (41.02% from 255) = 37.68%

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

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

R = 37.68%
G = 0%
B = 62.32%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6800AC (or 0x6800AC) is known color: Indigo. HEX triplet: 68, 00 and AC. RGB value is (104,0,172). Sum of RGB (Red+Green+Blue) = 104+0+172=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6800AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6800AC is #97FF53. Grayscale: #323232. Windows color (decimal): -9961300 or 11272296. OLE color: 11272296.

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

Color convert

RGB 104 0 172 -
CMYK 0.40 1 0 0.33
HSL 276.28º 1% 0.34% -
HSV(B) 276.28º 1% 0.67% -
XYZ 13.16 5.92 39.48 -
YUV 50.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 104 0 172 0.40 1 0 0.33 276.28 1 0.34
Hex 68 0 AC 28 64 0 21 114 64 22
Octal 150 0 254 50 144 0 41 424 144 42
Binary 1101000 0 10101100 101000 1100100 0 100001 100010100 1100100 100010

Color Harmonies of #6800AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800AC

Black with #6800AC

Text Example


Text Example

White with #6800AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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