#600679

Color #600679 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600679

Tints of Indigo #600679

Color information

#600679 (or 0x600679) is unknown color: approx Indigo. HEX triplet: 60, 06 and 79. RGB value is (96,6,121). Sum of RGB (Red+Green+Blue) = 96+6+121=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #600679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600679 is #9FF986. Grayscale: #2D2D2D. Windows color (decimal): -10484103 or 7931488. OLE color: 7931488.

HSL color Cylindrical-coordinate representation of color #600679: hue angle of 286.96º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600679 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB966121-
CMYK0.210.9500.53
HSL286.96º90.55%24.9%-
HSV(B)286.96º95.04%47.45%-
XYZ8.34418.42-
YUV46.02170.32163.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=43.05%
G=2.69%
B=54.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9661210.210.9500.53286.9690.5524.9
Hex60679155F03511f5b19
Octal14061712513706543713331
Binary110000011011110011010110111110110101100011111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600679; }

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

 H1.HeaderClassName
 {
   color: #600679;
 }
 .AnyTagClassName
 {
   color: #600679;
 }
</style>
background-color css

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

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

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

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

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

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