Html Css Color HEX #6700AD Indigo

📋 copy color: '#6700AD'

red 103 ◦ green 0 ◦ blue 173

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

Shades of Indigo #6700AD

Tints of Indigo #6700AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 37.32%
G = 0%
B = 62.68%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6700AD (or 0x6700AD) is known color: Indigo. HEX triplet: 67, 00 and AD. RGB value is (103,0,173). Sum of RGB (Red+Green+Blue) = 103+0+173=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6700AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700AD is #98FF52. Grayscale: #313131. Windows color (decimal): -10026835 or 11337831. OLE color: 11337831.

HSL color Cylindrical-coordinate representation of color #6700AD: hue angle of 275.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700AD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 0 173 -
CMYK 0.40 1 0 0.32
HSL 275.72º 1% 0.34% -
HSV(B) 275.72º 1% 0.68% -
XYZ 13.14 5.9 39.98 -
YUV 50.52 197.12 165.43 -
System Red Green Blue C M Y K H S L
Decimal 103 0 173 0.40 1 0 0.32 275.72 1 0.34
Hex 67 0 AD 28 64 0 20 114 64 22
Octal 147 0 255 50 144 0 40 424 144 42
Binary 1100111 0 10101101 101000 1100100 0 100000 100010100 1100100 100010

Color Harmonies of #6700AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700AD

Black with #6700AD

Text Example


Text Example

White with #6700AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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