#607B90

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

Shades of Lynch #607B90

Tints of Lynch #607B90

Color information

#607B90 (or 0x607B90) is unknown color: approx Lynch. HEX triplet: 60, 7B and 90. RGB value is (96,123,144). Sum of RGB (Red+Green+Blue) = 96+123+144=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #607B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B90 is #9F846F. Grayscale: #757575. Windows color (decimal): -10454128 or 9468768. OLE color: 9468768.

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

Color convert

RGB96123144-
CMYK0.330.1500.44
HSL206.25º20%47.06%-
HSV(B)206.25º33.33%56.47%-
XYZ16.9418.6729.1-
YUV117.32143.05112.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=26.45%
G=33.88%
B=39.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961231440.330.1500.44206.252047.06
Hex607B9021F02Cce142f
Octal14017322041170543162457
Binary1100000111101110010000100001111101011001100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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