Html Css Color HEX #6A009E Indigo

📋 copy color: '#6A009E'

red 106 ◦ green 0 ◦ blue 158

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

Shades of Indigo #6A009E

Tints of Indigo #6A009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.15%
G = 0%
B = 59.85%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A009E (or 0x6A009E) is known color: Indigo. HEX triplet: 6A, 00 and 9E. RGB value is (106,0,158). Sum of RGB (Red+Green+Blue) = 106+0+158=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A009E is #95FF61. Grayscale: #313131. Windows color (decimal): -9830242 or 10354794. OLE color: 10354794.

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

Color convert

RGB 106 0 158 -
CMYK 0.33 1 0 0.38
HSL 280.25º 1% 0.31% -
HSV(B) 280.25º 1% 0.62% -
XYZ 12.12 5.53 32.78 -
YUV 49.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 106 0 158 0.33 1 0 0.38 280.25 1 0.31
Hex 6A 0 9E 21 64 0 26 118 64 1F
Octal 152 0 236 41 144 0 46 430 144 37
Binary 1101010 0 10011110 100001 1100100 0 100110 100011000 1100100 11111

Color Harmonies of #6A009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A009E

Black with #6A009E

Text Example


Text Example

White with #6A009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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