#677985

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

Shades of Lynch #677985

Tints of Lynch #677985

Color information

#677985 (or 0x677985) is unknown color: approx Lynch. HEX triplet: 67, 79 and 85. RGB value is (103,121,133). Sum of RGB (Red+Green+Blue) = 103+121+133=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #677985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677985 is #98867A. Grayscale: #747474. Windows color (decimal): -9995899 or 8747367. OLE color: 8747367.

HSL color Cylindrical-coordinate representation of color #677985: hue angle of 204º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677985 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103121133-
CMYK0.230.0900.48
HSL204º12.71%46.27%-
HSV(B)204º22.56%52.16%-
XYZ16.6618.2524.83-
YUV116.99137.04118.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=28.85%
G=33.89%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031211330.230.0900.4820412.7146.27
Hex677985179030ccd2e
Octal14717120527110603141556
Binary11001111111001100001011011110010110000110011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677985; }

 p { color: rgb(103,121,133); }

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

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

 a { background-color: rgb(103,121,133); }

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

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

 span { border-color: rgb(103,121,133); }

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