#617280

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

Shades of Lynch #617280

Tints of Lynch #617280

Color information

#617280 (or 0x617280) is unknown color: approx Lynch. HEX triplet: 61, 72 and 80. RGB value is (97,114,128). Sum of RGB (Red+Green+Blue) = 97+114+128=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #617280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617280 is #9E8D7F. Grayscale: #6E6E6E. Windows color (decimal): -10390912 or 8417889. OLE color: 8417889.

HSL color Cylindrical-coordinate representation of color #617280: hue angle of 207.1º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617280 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97114128-
CMYK0.240.1100.50
HSL207.1º13.78%44.12%-
HSV(B)207.1º24.22%50.2%-
XYZ14.8416.1322.75-
YUV110.51137.87118.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=28.61%
G=33.63%
B=37.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971141280.240.1100.50207.113.7844.12
Hex61728018B032cfe2c
Octal14116220030130623171654
Binary11000011110010100000001100010110110010110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617280; }

 p { color: rgb(97,114,128); }

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

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

 a { background-color: rgb(97,114,128); }

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

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

 span { border-color: rgb(97,114,128); }

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