Html Css Color HEX #600672 Indigo

📋 copy color: '#600672'

red 96 ◦ green 6 ◦ blue 114

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

Shades of Indigo #600672

Tints of Indigo #600672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.78%

R = 44.44%
G = 2.78%
B = 52.78%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600672 (or 0x600672) is known color: Indigo. HEX triplet: 60, 06 and 72. RGB value is (96,6,114). Sum of RGB (Red+Green+Blue) = 96+6+114=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #600672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600672 is #9FF98D. Grayscale: #2C2C2C. Windows color (decimal): -10484110 or 7472736. OLE color: 7472736.

HSL color Cylindrical-coordinate representation of color #600672: hue angle of 290º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600672 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 6 114 -
CMYK 0.16 0.95 0 0.55
HSL 290º 0.9% 0.24% -
HSV(B) 290º 0.95% 0.45% -
XYZ 7.93 3.83 16.24 -
YUV 45.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 96 6 114 0.16 0.95 0 0.55 290 0.9 0.24
Hex 60 6 72 10 5F 0 37 122 5A 18
Octal 140 6 162 20 137 0 67 442 132 30
Binary 1100000 110 1110010 10000 1011111 0 110111 100100010 1011010 11000

Color Harmonies of #600672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600672

Black with #600672

Text Example


Text Example

White with #600672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600672; }

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

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

background-color css

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

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

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

border-color css

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

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

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