Html Css Color HEX #6706A6 Indigo

📋 copy color: '#6706A6'

red 103 ◦ green 6 ◦ blue 166

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

Shades of Indigo #6706A6

Tints of Indigo #6706A6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 166 (65.23% from 255) = 60.36%

R = 37.45%
G = 2.18%
B = 60.36%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6706A6 (or 0x6706A6) is known color: Indigo. HEX triplet: 67, 06 and A6. RGB value is (103,6,166). Sum of RGB (Red+Green+Blue) = 103+6+166=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 166 (65.23% from 255 or 60.36% from 275); Max value from RGB is 166 - color contains mainly: blue. Hex color #6706A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6706A6 is #98F959. Grayscale: #343434. Windows color (decimal): -10025306 or 10880615. OLE color: 10880615.

HSL color Cylindrical-coordinate representation of color #6706A6: hue angle of 276.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6706A6 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 103 6 166 -
CMYK 0.38 0.96 0 0.35
HSL 276.38º 0.93% 0.34% -
HSV(B) 276.38º 0.96% 0.65% -
XYZ 12.54 5.77 36.53 -
YUV 53.24 191.64 163.49 -
System Red Green Blue C M Y K H S L
Decimal 103 6 166 0.38 0.96 0 0.35 276.38 0.93 0.34
Hex 67 6 A6 26 60 0 23 114 5D 22
Octal 147 6 246 46 140 0 43 424 135 42
Binary 1100111 110 10100110 100110 1100000 0 100011 100010100 1011101 100010

Color Harmonies of #6706A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6706A6

Black with #6706A6

Text Example


Text Example

White with #6706A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6706A6; }

 p { color: rgb(103,6,166); }

 H1.HeaderClassName
 {
   color: #6706A6;
 }
 .AnyTagClassName
 {
   color: #6706A6;
 }
</style>

background-color css

<style>
 a { background-color: #6706A6; }

 a { background-color: rgb(103,6,166); }

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

border-color css

<style>
 span { border-color: #6706A6; }

 span { border-color: rgb(103,6,166); }

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