Html Css Color HEX #617991 Lynch

📋 copy color: '#617991'

red 97 ◦ green 121 ◦ blue 145

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

Shades of Lynch #617991

Tints of Lynch #617991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 39.94%

R = 26.72%
G = 33.33%
B = 39.94%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617991 (or 0x617991) is known color: Lynch. HEX triplet: 61, 79 and 91. RGB value is (97,121,145). Sum of RGB (Red+Green+Blue) = 97+121+145=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #617991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617991 is #9E866E. Grayscale: #747474. Windows color (decimal): -10389103 or 9533793. OLE color: 9533793.

HSL color Cylindrical-coordinate representation of color #617991: hue angle of 210º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #617991 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 121 145 -
CMYK 0.33 0.17 0 0.43
HSL 210º 0.2% 0.47% -
HSV(B) 210º 0.33% 0.57% -
XYZ 16.88 18.26 29.42 -
YUV 116.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 97 121 145 0.33 0.17 0 0.43 210 0.2 0.47
Hex 61 79 91 21 11 0 2B D2 14 2F
Octal 141 171 221 41 21 0 53 322 24 57
Binary 1100001 1111001 10010001 100001 10001 0 101011 11010010 10100 101111

Color Harmonies of #617991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617991

Black with #617991

Text Example


Text Example

White with #617991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617991; }

 p { color: rgb(97,121,145); }

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

background-color css

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

 a { background-color: rgb(97,121,145); }

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

border-color css

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

 span { border-color: rgb(97,121,145); }

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