Html Css Color HEX #60076F Indigo

📋 copy color: '#60076F'

red 96 ◦ green 7 ◦ blue 111

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

Shades of Indigo #60076F

Tints of Indigo #60076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 44.86%
G = 3.27%
B = 51.87%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60076F (or 0x60076F) is known color: Indigo. HEX triplet: 60, 07 and 6F. RGB value is (96,7,111). Sum of RGB (Red+Green+Blue) = 96+7+111=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #60076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60076F is #9FF890. Grayscale: #2D2D2D. Windows color (decimal): -10483857 or 7276384. OLE color: 7276384.

HSL color Cylindrical-coordinate representation of color #60076F: hue angle of 291.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60076F is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 7 111 -
CMYK 0.14 0.94 0 0.56
HSL 291.35º 0.88% 0.23% -
HSV(B) 291.35º 0.94% 0.44% -
XYZ 7.77 3.79 15.36 -
YUV 45.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 96 7 111 0.14 0.94 0 0.56 291.35 0.88 0.23
Hex 60 7 6F E 5E 0 38 123 58 17
Octal 140 7 157 16 136 0 70 443 130 27
Binary 1100000 111 1101111 1110 1011110 0 111000 100100011 1011000 10111

Color Harmonies of #60076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60076F

Black with #60076F

Text Example


Text Example

White with #60076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60076F; }

 p { color: rgb(96,7,111); }

 H1.HeaderClassName
 {
   color: #60076F;
 }
 .AnyTagClassName
 {
   color: #60076F;
 }
</style>

background-color css

<style>
 a { background-color: #60076F; }

 a { background-color: rgb(96,7,111); }

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

border-color css

<style>
 span { border-color: #60076F; }

 span { border-color: rgb(96,7,111); }

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