Html Css Color HEX #6700A0 Indigo

📋 copy color: '#6700A0'

red 103 ◦ green 0 ◦ blue 160

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

Shades of Indigo #6700A0

Tints of Indigo #6700A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 60.84%

R = 39.16%
G = 0%
B = 60.84%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6700A0 (or 0x6700A0) is known color: Indigo. HEX triplet: 67, 00 and A0. RGB value is (103,0,160). Sum of RGB (Red+Green+Blue) = 103+0+160=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #6700A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6700A0 is #98FF5F. Grayscale: #303030. Windows color (decimal): -10026848 or 10485863. OLE color: 10485863.

HSL color Cylindrical-coordinate representation of color #6700A0: hue angle of 278.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700A0 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 0 160 -
CMYK 0.36 1 0 0.37
HSL 278.63º 1% 0.31% -
HSV(B) 278.63º 1% 0.63% -
XYZ 11.94 5.42 33.67 -
YUV 49.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 103 0 160 0.36 1 0 0.37 278.63 1 0.31
Hex 67 0 A0 24 64 0 25 117 64 1F
Octal 147 0 240 44 144 0 45 427 144 37
Binary 1100111 0 10100000 100100 1100100 0 100101 100010111 1100100 11111

Color Harmonies of #6700A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6700A0

Black with #6700A0

Text Example


Text Example

White with #6700A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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