Html Css Color HEX #617C90 Lynch

📋 copy color: '#617C90'

red 97 ◦ green 124 ◦ blue 144

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

Shades of Lynch #617C90

Tints of Lynch #617C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.45%

R = 26.58%
G = 33.97%
B = 39.45%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#617C90 (or 0x617C90) is known color: Lynch. HEX triplet: 61, 7C and 90. RGB value is (97,124,144). Sum of RGB (Red+Green+Blue) = 97+124+144=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #617C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C90 is #9E836F. Grayscale: #767676. Windows color (decimal): -10388336 or 9469025. OLE color: 9469025.

HSL color Cylindrical-coordinate representation of color #617C90: hue angle of 205.53º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617C90 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 124 144 -
CMYK 0.33 0.14 0 0.44
HSL 205.53º 0.2% 0.47% -
HSV(B) 205.53º 0.33% 0.56% -
XYZ 17.17 18.97 29.14 -
YUV 118.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 97 124 144 0.33 0.14 0 0.44 205.53 0.2 0.47
Hex 61 7C 90 21 E 0 2C CE 14 2F
Octal 141 174 220 41 16 0 54 316 24 57
Binary 1100001 1111100 10010000 100001 1110 0 101100 11001110 10100 101111

Color Harmonies of #617C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C90

Black with #617C90

Text Example


Text Example

White with #617C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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