#600685

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

Shades of Indigo #600685

Tints of Indigo #600685

Color information

#600685 (or 0x600685) is unknown color: approx Indigo. HEX triplet: 60, 06 and 85. RGB value is (96,6,133). Sum of RGB (Red+Green+Blue) = 96+6+133=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #600685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600685 is #9FF97A. Grayscale: #2E2E2E. Windows color (decimal): -10484091 or 8717920. OLE color: 8717920.

HSL color Cylindrical-coordinate representation of color #600685: hue angle of 282.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600685 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB966133-
CMYK0.280.9500.48
HSL282.52º91.37%27.25%-
HSV(B)282.52º95.49%52.16%-
XYZ9.124.3122.54-
YUV47.39176.32162.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=40.85%
G=2.55%
B=56.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9661330.280.9500.48282.5291.3727.25
Hex606851C5F03011b5b1b
Octal14062053413706043313333
Binary1100000110100001011110010111110110000100011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600685; }

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

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

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

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

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

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

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

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