Html Css Color HEX #6D04A4 Indigo

📋 copy color: '#6D04A4'

red 109 ◦ green 4 ◦ blue 164

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

Shades of Indigo #6D04A4

Tints of Indigo #6D04A4

RGB

 RED value IS 109 (42.97% from 255) = 39.35%

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

 BLUE value IS 164 (64.45% from 255) = 59.21%

R = 39.35%
G = 1.44%
B = 59.21%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6D04A4 (or 0x6D04A4) is known color: Indigo. HEX triplet: 6D, 04 and A4. RGB value is (109,4,164). Sum of RGB (Red+Green+Blue) = 109+4+164=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D04A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D04A4 is #92FB5B. Grayscale: #353535. Windows color (decimal): -9632604 or 10749037. OLE color: 10749037.

HSL color Cylindrical-coordinate representation of color #6D04A4: hue angle of 279.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D04A4 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 4 164 -
CMYK 0.34 0.98 0 0.36
HSL 279.38º 0.95% 0.33% -
HSV(B) 279.38º 0.98% 0.64% -
XYZ 13.05 6.02 35.6 -
YUV 53.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 109 4 164 0.34 0.98 0 0.36 279.38 0.95 0.33
Hex 6D 4 A4 22 62 0 24 117 5F 21
Octal 155 4 244 42 142 0 44 427 137 41
Binary 1101101 100 10100100 100010 1100010 0 100100 100010111 1011111 100001

Color Harmonies of #6D04A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04A4

Black with #6D04A4

Text Example


Text Example

White with #6D04A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D04A4; }

 p { color: rgb(109,4,164); }

 H1.HeaderClassName
 {
   color: #6D04A4;
 }
 .AnyTagClassName
 {
   color: #6D04A4;
 }
</style>

background-color css

<style>
 a { background-color: #6D04A4; }

 a { background-color: rgb(109,4,164); }

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

border-color css

<style>
 span { border-color: #6D04A4; }

 span { border-color: rgb(109,4,164); }

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