Html Css Color HEX #60067D Indigo

📋 copy color: '#60067D'

red 96 ◦ green 6 ◦ blue 125

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

Shades of Indigo #60067D

Tints of Indigo #60067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 42.29%
G = 2.64%
B = 55.07%

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

#60067D (or 0x60067D) is known color: Indigo. HEX triplet: 60, 06 and 7D. RGB value is (96,6,125). Sum of RGB (Red+Green+Blue) = 96+6+125=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #60067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60067D is #9FF982. Grayscale: #2E2E2E. Windows color (decimal): -10484099 or 8193632. OLE color: 8193632.

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

Color convert

RGB 96 6 125 -
CMYK 0.23 0.95 0 0.51
HSL 285.38º 0.91% 0.26% -
HSV(B) 285.38º 0.95% 0.49% -
XYZ 8.59 4.1 19.74 -
YUV 46.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 96 6 125 0.23 0.95 0 0.51 285.38 0.91 0.26
Hex 60 6 7D 17 5F 0 33 11D 5B 1A
Octal 140 6 175 27 137 0 63 435 133 32
Binary 1100000 110 1111101 10111 1011111 0 110011 100011101 1011011 11010

Color Harmonies of #60067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60067D

Black with #60067D

Text Example


Text Example

White with #60067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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