#607483

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

Shades of Lynch #607483

Tints of Lynch #607483

Color information

#607483 (or 0x607483) is unknown color: approx Lynch. HEX triplet: 60, 74 and 83. RGB value is (96,116,131). Sum of RGB (Red+Green+Blue) = 96+116+131=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #607483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607483 is #9F8B7C. Grayscale: #6F6F6F. Windows color (decimal): -10455933 or 8615008. OLE color: 8615008.

HSL color Cylindrical-coordinate representation of color #607483: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607483 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96116131-
CMYK0.270.1100.49
HSL205.71º15.42%44.51%-
HSV(B)205.71º26.72%51.37%-
XYZ15.1716.6223.88-
YUV111.73138.87116.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=27.99%
G=33.82%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961161310.270.1100.49205.7115.4244.51
Hex6074831BB031cef2d
Octal14016420333130613161755
Binary11000001110100100000111101110110110001110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607483; }

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

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

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

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

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

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

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

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