Html Css Color HEX #617E96 Lynch

📋 copy color: '#617E96'

red 97 ◦ green 126 ◦ blue 150

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

Shades of Lynch #617E96

Tints of Lynch #617E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 26.01%
G = 33.78%
B = 40.21%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#617E96 (or 0x617E96) is known color: Lynch. HEX triplet: 61, 7E and 96. RGB value is (97,126,150). Sum of RGB (Red+Green+Blue) = 97+126+150=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #617E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E96 is #9E8169. Grayscale: #777777. Windows color (decimal): -10387818 or 9862753. OLE color: 9862753.

HSL color Cylindrical-coordinate representation of color #617E96: hue angle of 207.17º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617E96 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 126 150 -
CMYK 0.35 0.16 0 0.41
HSL 207.17º 0.21% 0.48% -
HSV(B) 207.17º 0.35% 0.59% -
XYZ 17.9 19.67 31.71 -
YUV 120.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 97 126 150 0.35 0.16 0 0.41 207.17 0.21 0.48
Hex 61 7E 96 23 10 0 29 CF 15 30
Octal 141 176 226 43 20 0 51 317 25 60
Binary 1100001 1111110 10010110 100011 10000 0 101001 11001111 10101 110000

Color Harmonies of #617E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617E96

Black with #617E96

Text Example


Text Example

White with #617E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617E96; }

 p { color: rgb(97,126,150); }

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

background-color css

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

 a { background-color: rgb(97,126,150); }

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

border-color css

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

 span { border-color: rgb(97,126,150); }

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