Html Css Color HEX #60067C Indigo

📋 copy color: '#60067C'

red 96 ◦ green 6 ◦ blue 124

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

Shades of Indigo #60067C

Tints of Indigo #60067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 42.48%
G = 2.65%
B = 54.87%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60067C (or 0x60067C) is known color: Indigo. HEX triplet: 60, 06 and 7C. RGB value is (96,6,124). Sum of RGB (Red+Green+Blue) = 96+6+124=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #60067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60067C is #9FF983. Grayscale: #2D2D2D. Windows color (decimal): -10484100 or 8128096. OLE color: 8128096.

HSL color Cylindrical-coordinate representation of color #60067C: hue angle of 285.76º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60067C is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 6 124 -
CMYK 0.23 0.95 0 0.51
HSL 285.76º 0.91% 0.25% -
HSV(B) 285.76º 0.95% 0.49% -
XYZ 8.53 4.07 19.41 -
YUV 46.36 171.82 163.41 -
System Red Green Blue C M Y K H S L
Decimal 96 6 124 0.23 0.95 0 0.51 285.76 0.91 0.25
Hex 60 6 7C 17 5F 0 33 11E 5B 19
Octal 140 6 174 27 137 0 63 436 133 31
Binary 1100000 110 1111100 10111 1011111 0 110011 100011110 1011011 11001

Color Harmonies of #60067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60067C

Black with #60067C

Text Example


Text Example

White with #60067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60067C; }

 p { color: rgb(96,6,124); }

 H1.HeaderClassName
 {
   color: #60067C;
 }
 .AnyTagClassName
 {
   color: #60067C;
 }
</style>

background-color css

<style>
 a { background-color: #60067C; }

 a { background-color: rgb(96,6,124); }

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

border-color css

<style>
 span { border-color: #60067C; }

 span { border-color: rgb(96,6,124); }

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