Html Css Color HEX #6A039C Indigo

📋 copy color: '#6A039C'

red 106 ◦ green 3 ◦ blue 156

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

Shades of Indigo #6A039C

Tints of Indigo #6A039C

RGB

 RED value IS 106 (41.8% from 255) = 40%

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 40%
G = 1.13%
B = 58.87%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A039C (or 0x6A039C) is known color: Indigo. HEX triplet: 6A, 03 and 9C. RGB value is (106,3,156). Sum of RGB (Red+Green+Blue) = 106+3+156=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A039C is #95FC63. Grayscale: #323232. Windows color (decimal): -9829476 or 10224490. OLE color: 10224490.

HSL color Cylindrical-coordinate representation of color #6A039C: hue angle of 280.39º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A039C is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 3 156 -
CMYK 0.32 0.98 0 0.39
HSL 280.39º 0.96% 0.31% -
HSV(B) 280.39º 0.98% 0.61% -
XYZ 11.98 5.53 31.89 -
YUV 51.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 106 3 156 0.32 0.98 0 0.39 280.39 0.96 0.31
Hex 6A 3 9C 20 62 0 27 118 60 1F
Octal 152 3 234 40 142 0 47 430 140 37
Binary 1101010 11 10011100 100000 1100010 0 100111 100011000 1100000 11111

Color Harmonies of #6A039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A039C

Black with #6A039C

Text Example


Text Example

White with #6A039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,3,156); }

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

background-color css

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

 a { background-color: rgb(106,3,156); }

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

border-color css

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

 span { border-color: rgb(106,3,156); }

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