Html Css Color HEX #6A019E Indigo

📋 copy color: '#6A019E'

red 106 ◦ green 1 ◦ blue 158

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

Shades of Indigo #6A019E

Tints of Indigo #6A019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 40%
G = 0.38%
B = 59.62%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A019E (or 0x6A019E) is known color: Indigo. HEX triplet: 6A, 01 and 9E. RGB value is (106,1,158). Sum of RGB (Red+Green+Blue) = 106+1+158=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A019E is #95FE61. Grayscale: #313131. Windows color (decimal): -9829986 or 10355050. OLE color: 10355050.

HSL color Cylindrical-coordinate representation of color #6A019E: hue angle of 280.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A019E is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 1 158 -
CMYK 0.33 0.99 0 0.38
HSL 280.13º 0.99% 0.31% -
HSV(B) 280.13º 0.99% 0.62% -
XYZ 12.13 5.55 32.78 -
YUV 50.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 106 1 158 0.33 0.99 0 0.38 280.13 0.99 0.31
Hex 6A 1 9E 21 63 0 26 118 63 1F
Octal 152 1 236 41 143 0 46 430 143 37
Binary 1101010 1 10011110 100001 1100011 0 100110 100011000 1100011 11111

Color Harmonies of #6A019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A019E

Black with #6A019E

Text Example


Text Example

White with #6A019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,1,158); }

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

background-color css

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

 a { background-color: rgb(106,1,158); }

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

border-color css

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

 span { border-color: rgb(106,1,158); }

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