Html Css Color HEX #617C94 Lynch

📋 copy color: '#617C94'

red 97 ◦ green 124 ◦ blue 148

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

Shades of Lynch #617C94

Tints of Lynch #617C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 26.29%
G = 33.6%
B = 40.11%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#617C94 (or 0x617C94) is known color: Lynch. HEX triplet: 61, 7C and 94. RGB value is (97,124,148). Sum of RGB (Red+Green+Blue) = 97+124+148=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #617C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C94 is #9E836B. Grayscale: #767676. Windows color (decimal): -10388332 or 9731169. OLE color: 9731169.

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

Color convert

RGB 97 124 148 -
CMYK 0.34 0.16 0 0.42
HSL 208.24º 0.21% 0.48% -
HSV(B) 208.24º 0.34% 0.58% -
XYZ 17.48 19.09 30.78 -
YUV 118.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 97 124 148 0.34 0.16 0 0.42 208.24 0.21 0.48
Hex 61 7C 94 22 10 0 2A D0 15 30
Octal 141 174 224 42 20 0 52 320 25 60
Binary 1100001 1111100 10010100 100010 10000 0 101010 11010000 10101 110000

Color Harmonies of #617C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C94

Black with #617C94

Text Example


Text Example

White with #617C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,148); }

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

background-color css

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

 a { background-color: rgb(97,124,148); }

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

border-color css

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

 span { border-color: rgb(97,124,148); }

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