#607B8B

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

Shades of Lynch #607B8B

Tints of Lynch #607B8B

Color information

#607B8B (or 0x607B8B) is unknown color: approx Lynch. HEX triplet: 60, 7B and 8B. RGB value is (96,123,139). Sum of RGB (Red+Green+Blue) = 96+123+139=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #607B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B8B is #9F8474. Grayscale: #747474. Windows color (decimal): -10454133 or 9141088. OLE color: 9141088.

HSL color Cylindrical-coordinate representation of color #607B8B: hue angle of 202.33º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607B8B is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96123139-
CMYK0.310.1200.45
HSL202.33º18.3%46.08%-
HSV(B)202.33º30.94%54.51%-
XYZ16.5718.5227.13-
YUV116.75140.55113.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=26.82%
G=34.36%
B=38.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961231390.310.1200.45202.3318.346.08
Hex607B8B1FC02Dca122e
Octal14017321337140553122256
Binary110000011110111000101111111110001011011100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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