Html Css Color HEX #677D8A Lynch

📋 copy color: '#677D8A'

red 103 ◦ green 125 ◦ blue 138

#677D8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #677D8A

Tints of Lynch #677D8A

RGB

 RED value IS 103 (40.63% from 255) = 28.14%

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 28.14%
G = 34.15%
B = 37.7%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#677D8A (or 0x677D8A) is known color: Lynch. HEX triplet: 67, 7D and 8A. RGB value is (103,125,138). Sum of RGB (Red+Green+Blue) = 103+125+138=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #677D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677D8A is #988275. Grayscale: #777777. Windows color (decimal): -9994870 or 9076071. OLE color: 9076071.

HSL color Cylindrical-coordinate representation of color #677D8A: hue angle of 202.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677D8A is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 125 138 -
CMYK 0.25 0.09 0 0.46
HSL 202.29º 0.15% 0.47% -
HSV(B) 202.29º 0.25% 0.54% -
XYZ 17.51 19.39 26.86 -
YUV 119.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 103 125 138 0.25 0.09 0 0.46 202.29 0.15 0.47
Hex 67 7D 8A 19 9 0 2E CA F 2F
Octal 147 175 212 31 11 0 56 312 17 57
Binary 1100111 1111101 10001010 11001 1001 0 101110 11001010 1111 101111

Color Harmonies of #677D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D8A

Black with #677D8A

Text Example


Text Example

White with #677D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677D8A; }

 p { color: rgb(103,125,138); }

 H1.HeaderClassName
 {
   color: #677D8A;
 }
 .AnyTagClassName
 {
   color: #677D8A;
 }
</style>

background-color css

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

 a { background-color: rgb(103,125,138); }

 div.DivClassName
 {
   background-color: #677D8A;
 }
 .BgClassName
 {
   background-color: #677D8A;
 }
</style>

border-color css

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

 span { border-color: rgb(103,125,138); }

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