#600693

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

Shades of Indigo #600693

Tints of Indigo #600693

Color information

#600693 (or 0x600693) is unknown color: approx Indigo. HEX triplet: 60, 06 and 93. RGB value is (96,6,147). Sum of RGB (Red+Green+Blue) = 96+6+147=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #600693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600693 is #9FF96C. Grayscale: #303030. Windows color (decimal): -10484077 or 9635424. OLE color: 9635424.

HSL color Cylindrical-coordinate representation of color #600693: hue angle of 278.3º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600693 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB966147-
CMYK0.350.9600.42
HSL278.3º92.16%30%-
HSV(B)278.3º95.92%57.65%-
XYZ10.164.7227.98-
YUV48.98183.32161.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=38.55%
G=2.41%
B=59.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9661470.350.9600.42278.392.1630
Hex60693236002A1165c1e
Octal14062234314005242613436
Binary11000001101001001110001111000000101010100010110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600693; }

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

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

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

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

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

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

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

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