Html Css Color HEX #6700AC Indigo

📋 copy color: '#6700AC'

red 103 ◦ green 0 ◦ blue 172

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

Shades of Indigo #6700AC

Tints of Indigo #6700AC

RGB

 RED value IS 103 (40.63% from 255) = 37.45%

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

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

R = 37.45%
G = 0%
B = 62.55%

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

#6700AC (or 0x6700AC) is known color: Indigo. HEX triplet: 67, 00 and AC. RGB value is (103,0,172). Sum of RGB (Red+Green+Blue) = 103+0+172=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #6700AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700AC is #98FF53. Grayscale: #313131. Windows color (decimal): -10026836 or 11272295. OLE color: 11272295.

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

Color convert

RGB 103 0 172 -
CMYK 0.40 1 0 0.33
HSL 275.93º 1% 0.34% -
HSV(B) 275.93º 1% 0.67% -
XYZ 13.04 5.86 39.47 -
YUV 50.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 103 0 172 0.40 1 0 0.33 275.93 1 0.34
Hex 67 0 AC 28 64 0 21 114 64 22
Octal 147 0 254 50 144 0 41 424 144 42
Binary 1100111 0 10101100 101000 1100100 0 100001 100010100 1100100 100010

Color Harmonies of #6700AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700AC

Black with #6700AC

Text Example


Text Example

White with #6700AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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