Html Css Color HEX #6701AD Indigo

📋 copy color: '#6701AD'

red 103 ◦ green 1 ◦ blue 173

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

Shades of Indigo #6701AD

Tints of Indigo #6701AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 37.18%
G = 0.36%
B = 62.45%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6701AD (or 0x6701AD) is known color: Indigo. HEX triplet: 67, 01 and AD. RGB value is (103,1,173). Sum of RGB (Red+Green+Blue) = 103+1+173=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #6701AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6701AD is #98FE52. Grayscale: #323232. Windows color (decimal): -10026579 or 11338087. OLE color: 11338087.

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

Color convert

RGB 103 1 173 -
CMYK 0.40 0.99 0 0.32
HSL 275.58º 0.99% 0.34% -
HSV(B) 275.58º 0.99% 0.68% -
XYZ 13.15 5.92 39.99 -
YUV 51.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 103 1 173 0.40 0.99 0 0.32 275.58 0.99 0.34
Hex 67 1 AD 28 63 0 20 114 63 22
Octal 147 1 255 50 143 0 40 424 143 42
Binary 1100111 1 10101101 101000 1100011 0 100000 100010100 1100011 100010

Color Harmonies of #6701AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6701AD

Black with #6701AD

Text Example


Text Example

White with #6701AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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