Html Css Color HEX #6703AA Indigo

📋 copy color: '#6703AA'

red 103 ◦ green 3 ◦ blue 170

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

Shades of Indigo #6703AA

Tints of Indigo #6703AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 170 (66.8% from 255) = 61.59%

R = 37.32%
G = 1.09%
B = 61.59%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6703AA (or 0x6703AA) is known color: Indigo. HEX triplet: 67, 03 and AA. RGB value is (103,3,170). Sum of RGB (Red+Green+Blue) = 103+3+170=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #6703AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6703AA is #98FC55. Grayscale: #333333. Windows color (decimal): -10026070 or 11141991. OLE color: 11141991.

HSL color Cylindrical-coordinate representation of color #6703AA: hue angle of 275.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6703AA is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 3 170 -
CMYK 0.39 0.98 0 0.33
HSL 275.93º 0.97% 0.34% -
HSV(B) 275.93º 0.98% 0.67% -
XYZ 12.88 5.85 38.48 -
YUV 51.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 103 3 170 0.39 0.98 0 0.33 275.93 0.97 0.34
Hex 67 3 AA 27 62 0 21 114 61 22
Octal 147 3 252 47 142 0 41 424 141 42
Binary 1100111 11 10101010 100111 1100010 0 100001 100010100 1100001 100010

Color Harmonies of #6703AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6703AA

Black with #6703AA

Text Example


Text Example

White with #6703AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6703AA; }

 p { color: rgb(103,3,170); }

 H1.HeaderClassName
 {
   color: #6703AA;
 }
 .AnyTagClassName
 {
   color: #6703AA;
 }
</style>

background-color css

<style>
 a { background-color: #6703AA; }

 a { background-color: rgb(103,3,170); }

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

border-color css

<style>
 span { border-color: #6703AA; }

 span { border-color: rgb(103,3,170); }

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