#607485

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

Shades of Lynch #607485

Tints of Lynch #607485

Color information

#607485 (or 0x607485) is unknown color: approx Lynch. HEX triplet: 60, 74 and 85. RGB value is (96,116,133). Sum of RGB (Red+Green+Blue) = 96+116+133=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #607485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607485 is #9F8B7A. Grayscale: #6F6F6F. Windows color (decimal): -10455931 or 8746080. OLE color: 8746080.

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

Color convert

RGB96116133-
CMYK0.280.1300.48
HSL207.57º16.16%44.9%-
HSV(B)207.57º27.82%52.16%-
XYZ15.316.6724.6-
YUV111.96139.87116.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=27.83%
G=33.62%
B=38.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961161330.280.1300.48207.5716.1644.9
Hex6074851CD030d0102d
Octal14016420534150603202055
Binary110000011101001000010111100110101100001101000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607485; }

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

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

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

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

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

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

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

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