Html Css Color HEX #60109E Indigo

📋 copy color: '#60109E'

red 96 ◦ green 16 ◦ blue 158

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

Shades of Indigo #60109E

Tints of Indigo #60109E

RGB

 RED value IS 96 (37.89% from 255) = 35.56%

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 35.56%
G = 5.93%
B = 58.52%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60109E (or 0x60109E) is known color: Indigo. HEX triplet: 60, 10 and 9E. RGB value is (96,16,158). Sum of RGB (Red+Green+Blue) = 96+16+158=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #60109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60109E is #9FEF61. Grayscale: #373737. Windows color (decimal): -10481506 or 10358880. OLE color: 10358880.

HSL color Cylindrical-coordinate representation of color #60109E: hue angle of 273.8º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60109E is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 16 158 -
CMYK 0.39 0.90 0 0.38
HSL 273.8º 0.82% 0.34% -
HSV(B) 273.8º 0.9% 0.62% -
XYZ 11.18 5.33 32.79 -
YUV 56.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 96 16 158 0.39 0.90 0 0.38 273.8 0.82 0.34
Hex 60 10 9E 27 5A 0 26 112 52 22
Octal 140 20 236 47 132 0 46 422 122 42
Binary 1100000 10000 10011110 100111 1011010 0 100110 100010010 1010010 100010

Color Harmonies of #60109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60109E

Black with #60109E

Text Example


Text Example

White with #60109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60109E; }

 p { color: rgb(96,16,158); }

 H1.HeaderClassName
 {
   color: #60109E;
 }
 .AnyTagClassName
 {
   color: #60109E;
 }
</style>

background-color css

<style>
 a { background-color: #60109E; }

 a { background-color: rgb(96,16,158); }

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

border-color css

<style>
 span { border-color: #60109E; }

 span { border-color: rgb(96,16,158); }

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