#607484

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

Shades of Lynch #607484

Tints of Lynch #607484

Color information

#607484 (or 0x607484) is unknown color: approx Lynch. HEX triplet: 60, 74 and 84. RGB value is (96,116,132). Sum of RGB (Red+Green+Blue) = 96+116+132=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #607484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607484 is #9F8B7B. Grayscale: #6F6F6F. Windows color (decimal): -10455932 or 8680544. OLE color: 8680544.

HSL color Cylindrical-coordinate representation of color #607484: hue angle of 206.67º 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 #607484 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB96116132-
CMYK0.270.1200.48
HSL206.67º15.79%44.71%-
HSV(B)206.67º27.27%51.76%-
XYZ15.2316.6424.24-
YUV111.84139.37116.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=27.91%
G=33.72%
B=38.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961161320.270.1200.48206.6715.7944.71
Hex6074841BC030cf102d
Octal14016420433140603172055
Binary110000011101001000010011011110001100001100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607484; }

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

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

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

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

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

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

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

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