#607584

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

Shades of Lynch #607584

Tints of Lynch #607584

Color information

#607584 (or 0x607584) is unknown color: approx Lynch. HEX triplet: 60, 75 and 84. RGB value is (96,117,132). Sum of RGB (Red+Green+Blue) = 96+117+132=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #607584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607584 is #9F8A7B. Grayscale: #707070. Windows color (decimal): -10455676 or 8680800. OLE color: 8680800.

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

Color convert

RGB96117132-
CMYK0.270.1100.48
HSL205º15.79%44.71%-
HSV(B)205º27.27%51.76%-
XYZ15.3516.8824.28-
YUV112.43139.04116.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=27.83%
G=33.91%
B=38.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961171320.270.1100.4820515.7944.71
Hex6075841BB030cd102d
Octal14016520433130603152055
Binary110000011101011000010011011101101100001100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607584; }

 p { color: rgb(96,117,132); }

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

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

 a { background-color: rgb(96,117,132); }

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

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

 span { border-color: rgb(96,117,132); }

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