#677885

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

Shades of Lynch #677885

Tints of Lynch #677885

Color information

#677885 (or 0x677885) is unknown color: approx Lynch. HEX triplet: 67, 78 and 85. RGB value is (103,120,133). Sum of RGB (Red+Green+Blue) = 103+120+133=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #677885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677885 is #98877A. Grayscale: #747474. Windows color (decimal): -9996155 or 8747111. OLE color: 8747111.

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

Color convert

RGB103120133-
CMYK0.230.1000.48
HSL206º12.71%46.27%-
HSV(B)206º22.56%52.16%-
XYZ16.5418.0124.79-
YUV116.4137.37118.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=28.93%
G=33.71%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031201330.230.1000.4820612.7146.27
Hex67788517A030ced2e
Octal14717020527120603161556
Binary11001111111000100001011011110100110000110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677885; }

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

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

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

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

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

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

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

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