Html Css Color HEX #6809A0 Indigo

📋 copy color: '#6809A0'

red 104 ◦ green 9 ◦ blue 160

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

Shades of Indigo #6809A0

Tints of Indigo #6809A0

RGB

 RED value IS 104 (41.02% from 255) = 38.1%

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 38.1%
G = 3.3%
B = 58.61%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6809A0 (or 0x6809A0) is known color: Indigo. HEX triplet: 68, 09 and A0. RGB value is (104,9,160). Sum of RGB (Red+Green+Blue) = 104+9+160=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #6809A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6809A0 is #97F65F. Grayscale: #363636. Windows color (decimal): -9959008 or 10488168. OLE color: 10488168.

HSL color Cylindrical-coordinate representation of color #6809A0: hue angle of 277.75º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6809A0 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 9 160 -
CMYK 0.35 0.94 0 0.37
HSL 277.75º 0.89% 0.33% -
HSV(B) 277.75º 0.94% 0.63% -
XYZ 12.15 5.68 33.71 -
YUV 54.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 104 9 160 0.35 0.94 0 0.37 277.75 0.89 0.33
Hex 68 9 A0 23 5E 0 25 116 59 21
Octal 150 11 240 43 136 0 45 426 131 41
Binary 1101000 1001 10100000 100011 1011110 0 100101 100010110 1011001 100001

Color Harmonies of #6809A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6809A0

Black with #6809A0

Text Example


Text Example

White with #6809A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,9,160); }

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

background-color css

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

 a { background-color: rgb(104,9,160); }

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

border-color css

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

 span { border-color: rgb(104,9,160); }

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