Html Css Color HEX #617486 Lynch

📋 copy color: '#617486'

red 97 ◦ green 116 ◦ blue 134

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

Shades of Lynch #617486

Tints of Lynch #617486

RGB

 RED value IS 97 (38.28% from 255) = 27.95%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 27.95%
G = 33.43%
B = 38.62%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#617486 (or 0x617486) is known color: Lynch. HEX triplet: 61, 74 and 86. RGB value is (97,116,134). Sum of RGB (Red+Green+Blue) = 97+116+134=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #617486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617486 is #9E8B79. Grayscale: #707070. Windows color (decimal): -10390394 or 8811617. OLE color: 8811617.

HSL color Cylindrical-coordinate representation of color #617486: hue angle of 209.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617486 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 116 134 -
CMYK 0.28 0.13 0 0.47
HSL 209.19º 0.16% 0.45% -
HSV(B) 209.19º 0.28% 0.53% -
XYZ 15.48 16.75 24.97 -
YUV 112.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 97 116 134 0.28 0.13 0 0.47 209.19 0.16 0.45
Hex 61 74 86 1C D 0 2F D1 10 2D
Octal 141 164 206 34 15 0 57 321 20 55
Binary 1100001 1110100 10000110 11100 1101 0 101111 11010001 10000 101101

Color Harmonies of #617486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617486

Black with #617486

Text Example


Text Example

White with #617486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617486; }

 p { color: rgb(97,116,134); }

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

background-color css

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

 a { background-color: rgb(97,116,134); }

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

border-color css

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

 span { border-color: rgb(97,116,134); }

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