Html Css Color HEX #677682 Lynch

📋 copy color: '#677682'

red 103 ◦ green 118 ◦ blue 130

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

Shades of Lynch #677682

Tints of Lynch #677682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 29.34%
G = 33.62%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677682 (or 0x677682) is known color: Lynch. HEX triplet: 67, 76 and 82. RGB value is (103,118,130). Sum of RGB (Red+Green+Blue) = 103+118+130=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #677682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677682 is #98897D. Grayscale: #727272. Windows color (decimal): -9996670 or 8549991. OLE color: 8549991.

HSL color Cylindrical-coordinate representation of color #677682: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677682 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 118 130 -
CMYK 0.21 0.09 0 0.49
HSL 206.67º 0.12% 0.46% -
HSV(B) 206.67º 0.21% 0.51% -
XYZ 16.1 17.45 23.64 -
YUV 114.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 103 118 130 0.21 0.09 0 0.49 206.67 0.12 0.46
Hex 67 76 82 15 9 0 31 CF C 2E
Octal 147 166 202 25 11 0 61 317 14 56
Binary 1100111 1110110 10000010 10101 1001 0 110001 11001111 1100 101110

Color Harmonies of #677682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677682

Black with #677682

Text Example


Text Example

White with #677682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677682; }

 p { color: rgb(103,118,130); }

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

background-color css

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

 a { background-color: rgb(103,118,130); }

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

border-color css

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

 span { border-color: rgb(103,118,130); }

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