Html Css Color HEX #677985 Lynch

📋 copy color: '#677985'

red 103 ◦ green 121 ◦ blue 133

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

Shades of Lynch #677985

Tints of Lynch #677985

RGB

 RED value IS 103 (40.63% 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 value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677985 (or 0x677985) is known color: 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

RGB 103 121 133 -
CMYK 0.23 0.09 0 0.48
HSL 204º 0.13% 0.46% -
HSV(B) 204º 0.23% 0.52% -
XYZ 16.66 18.25 24.83 -
YUV 116.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 103 121 133 0.23 0.09 0 0.48 204 0.13 0.46
Hex 67 79 85 17 9 0 30 CC D 2E
Octal 147 171 205 27 11 0 60 314 15 56
Binary 1100111 1111001 10000101 10111 1001 0 110000 11001100 1101 101110

Color Harmonies of #677985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677985

Black with #677985

Text Example


Text Example

White with #677985

Text Example


Text Example

HTML Codes & Css Web 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>