Html Css Color HEX #60107E Indigo

📋 copy color: '#60107E'

red 96 ◦ green 16 ◦ blue 126

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

Shades of Indigo #60107E

Tints of Indigo #60107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.94%

R = 40.34%
G = 6.72%
B = 52.94%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60107E (or 0x60107E) is known color: Indigo. HEX triplet: 60, 10 and 7E. RGB value is (96,16,126). Sum of RGB (Red+Green+Blue) = 96+16+126=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #60107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60107E is #9FEF81. Grayscale: #343434. Windows color (decimal): -10481538 or 8261728. OLE color: 8261728.

HSL color Cylindrical-coordinate representation of color #60107E: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60107E is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 16 126 -
CMYK 0.24 0.87 0 0.51
HSL 283.64º 0.77% 0.28% -
HSV(B) 283.64º 0.87% 0.49% -
XYZ 8.78 4.36 20.12 -
YUV 52.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 96 16 126 0.24 0.87 0 0.51 283.64 0.77 0.28
Hex 60 10 7E 18 57 0 33 11C 4D 1C
Octal 140 20 176 30 127 0 63 434 115 34
Binary 1100000 10000 1111110 11000 1010111 0 110011 100011100 1001101 11100

Color Harmonies of #60107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60107E

Black with #60107E

Text Example


Text Example

White with #60107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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