#677984

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

Shades of Lynch #677984

Tints of Lynch #677984

Color information

#677984 (or 0x677984) is unknown color: approx Lynch. HEX triplet: 67, 79 and 84. RGB value is (103,121,132). Sum of RGB (Red+Green+Blue) = 103+121+132=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #677984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677984 is #98867B. Grayscale: #747474. Windows color (decimal): -9995900 or 8681831. OLE color: 8681831.

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

Color convert

RGB103121132-
CMYK0.220.0800.48
HSL202.76º12.34%46.08%-
HSV(B)202.76º21.97%51.76%-
XYZ16.618.2224.47-
YUV116.87136.54118.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=28.93%
G=33.99%
B=37.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031211320.220.0800.48202.7612.3446.08
Hex677984168030cbc2e
Octal14717120426100603131456
Binary11001111111001100001001011010000110000110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677984; }

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

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

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

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

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

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

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

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