Html Css Color HEX #600676 Indigo

📋 copy color: '#600676'

red 96 ◦ green 6 ◦ blue 118

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

Shades of Indigo #600676

Tints of Indigo #600676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 43.64%
G = 2.73%
B = 53.64%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#600676 (or 0x600676) is known color: Indigo. HEX triplet: 60, 06 and 76. RGB value is (96,6,118). Sum of RGB (Red+Green+Blue) = 96+6+118=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #600676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600676 is #9FF989. Grayscale: #2D2D2D. Windows color (decimal): -10484106 or 7734880. OLE color: 7734880.

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

Color convert

RGB 96 6 118 -
CMYK 0.19 0.95 0 0.54
HSL 288.21º 0.9% 0.24% -
HSV(B) 288.21º 0.95% 0.46% -
XYZ 8.16 3.93 17.47 -
YUV 45.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 96 6 118 0.19 0.95 0 0.54 288.21 0.9 0.24
Hex 60 6 76 13 5F 0 36 120 5A 18
Octal 140 6 166 23 137 0 66 440 132 30
Binary 1100000 110 1110110 10011 1011111 0 110110 100100000 1011010 11000

Color Harmonies of #600676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600676

Black with #600676

Text Example


Text Example

White with #600676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600676; }

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

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

background-color css

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

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

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

border-color css

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

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

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