Html Css Color HEX #6804AA Indigo

📋 copy color: '#6804AA'

red 104 ◦ green 4 ◦ blue 170

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

Shades of Indigo #6804AA

Tints of Indigo #6804AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 37.41%
G = 1.44%
B = 61.15%

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

#6804AA (or 0x6804AA) is known color: Indigo. HEX triplet: 68, 04 and AA. RGB value is (104,4,170). Sum of RGB (Red+Green+Blue) = 104+4+170=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #6804AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6804AA is #97FB55. Grayscale: #343434. Windows color (decimal): -9960278 or 11142248. OLE color: 11142248.

HSL color Cylindrical-coordinate representation of color #6804AA: hue angle of 276.14º degrees, saturation: 0.95, 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 #6804AA is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 4 170 -
CMYK 0.39 0.98 0 0.33
HSL 276.14º 0.95% 0.34% -
HSV(B) 276.14º 0.98% 0.67% -
XYZ 13.01 5.93 38.49 -
YUV 52.82 194.13 164.5 -
System Red Green Blue C M Y K H S L
Decimal 104 4 170 0.39 0.98 0 0.33 276.14 0.95 0.34
Hex 68 4 AA 27 62 0 21 114 5F 22
Octal 150 4 252 47 142 0 41 424 137 42
Binary 1101000 100 10101010 100111 1100010 0 100001 100010100 1011111 100010

Color Harmonies of #6804AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6804AA

Black with #6804AA

Text Example


Text Example

White with #6804AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,4,170); }

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

background-color css

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

 a { background-color: rgb(104,4,170); }

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

border-color css

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

 span { border-color: rgb(104,4,170); }

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