#607890

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

Shades of Lynch #607890

Tints of Lynch #607890

Color information

#607890 (or 0x607890) is unknown color: approx Lynch. HEX triplet: 60, 78 and 90. RGB value is (96,120,144). Sum of RGB (Red+Green+Blue) = 96+120+144=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #607890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607890 is #9F876F. Grayscale: #737373. Windows color (decimal): -10454896 or 9468000. OLE color: 9468000.

HSL color Cylindrical-coordinate representation of color #607890: hue angle of 210º 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 #607890 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96120144-
CMYK0.330.1700.44
HSL210º20%47.06%-
HSV(B)210º33.33%56.47%-
XYZ16.5717.9328.97-
YUV115.56144.05114.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961201440.330.1700.442102047.06
Hex607890211102Cd2142f
Octal14017022041210543222457
Binary11000001111000100100001000011000101011001101001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607890; }

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

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

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

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

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

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

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

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