Html Css Color HEX #677C8A Lynch

📋 copy color: '#677C8A'

red 103 ◦ green 124 ◦ blue 138

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

Shades of Lynch #677C8A

Tints of Lynch #677C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

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

R = 28.22%
G = 33.97%
B = 37.81%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#677C8A (or 0x677C8A) is known color: Lynch. HEX triplet: 67, 7C and 8A. RGB value is (103,124,138). Sum of RGB (Red+Green+Blue) = 103+124+138=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #677C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677C8A is #988375. Grayscale: #777777. Windows color (decimal): -9995126 or 9075815. OLE color: 9075815.

HSL color Cylindrical-coordinate representation of color #677C8A: hue angle of 204º 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 #677C8A is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 124 138 -
CMYK 0.25 0.10 0 0.46
HSL 204º 0.15% 0.47% -
HSV(B) 204º 0.25% 0.54% -
XYZ 17.39 19.13 26.82 -
YUV 119.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 103 124 138 0.25 0.10 0 0.46 204 0.15 0.47
Hex 67 7C 8A 19 A 0 2E CC F 2F
Octal 147 174 212 31 12 0 56 314 17 57
Binary 1100111 1111100 10001010 11001 1010 0 101110 11001100 1111 101111

Color Harmonies of #677C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C8A

Black with #677C8A

Text Example


Text Example

White with #677C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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