Html Css Color HEX #617586 Lynch

📋 copy color: '#617586'

red 97 ◦ green 117 ◦ blue 134

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

Shades of Lynch #617586

Tints of Lynch #617586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 27.87%
G = 33.62%
B = 38.51%

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

#617586 (or 0x617586) is known color: Lynch. HEX triplet: 61, 75 and 86. RGB value is (97,117,134). Sum of RGB (Red+Green+Blue) = 97+117+134=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #617586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617586 is #9E8A79. Grayscale: #707070. Windows color (decimal): -10390138 or 8811873. OLE color: 8811873.

HSL color Cylindrical-coordinate representation of color #617586: hue angle of 207.57º 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 #617586 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 117 134 -
CMYK 0.28 0.13 0 0.47
HSL 207.57º 0.16% 0.45% -
HSV(B) 207.57º 0.28% 0.53% -
XYZ 15.59 16.99 25.01 -
YUV 112.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 97 117 134 0.28 0.13 0 0.47 207.57 0.16 0.45
Hex 61 75 86 1C D 0 2F D0 10 2D
Octal 141 165 206 34 15 0 57 320 20 55
Binary 1100001 1110101 10000110 11100 1101 0 101111 11010000 10000 101101

Color Harmonies of #617586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617586

Black with #617586

Text Example


Text Example

White with #617586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617586; }

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

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

background-color css

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

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

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

border-color css

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

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

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