#607C90

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

Shades of Lynch #607C90

Tints of Lynch #607C90

Color information

#607C90 (or 0x607C90) is unknown color: approx Lynch. HEX triplet: 60, 7C and 90. RGB value is (96,124,144). Sum of RGB (Red+Green+Blue) = 96+124+144=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #607C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C90 is #9F836F. Grayscale: #757575. Windows color (decimal): -10453872 or 9469024. OLE color: 9469024.

HSL color Cylindrical-coordinate representation of color #607C90: hue angle of 205º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607C90 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96124144-
CMYK0.330.1400.44
HSL205º20%47.06%-
HSV(B)205º33.33%56.47%-
XYZ17.0718.9229.14-
YUV117.91142.72112.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=26.37%
G=34.07%
B=39.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961241440.330.1400.442052047.06
Hex607C9021E02Ccd142f
Octal14017422041160543152457
Binary1100000111110010010000100001111001011001100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607C90; }

 p { color: rgb(96,124,144); }

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

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

 a { background-color: rgb(96,124,144); }

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

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

 span { border-color: rgb(96,124,144); }

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