Html Css Color HEX #617990 Lynch

📋 copy color: '#617990'

red 97 ◦ green 121 ◦ blue 144

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

Shades of Lynch #617990

Tints of Lynch #617990

RGB

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

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

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

R = 26.8%
G = 33.43%
B = 39.78%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#617990 (or 0x617990) is known color: Lynch. HEX triplet: 61, 79 and 90. RGB value is (97,121,144). Sum of RGB (Red+Green+Blue) = 97+121+144=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #617990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617990 is #9E866F. Grayscale: #747474. Windows color (decimal): -10389104 or 9468257. OLE color: 9468257.

HSL color Cylindrical-coordinate representation of color #617990: hue angle of 209.36º 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 #617990 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 121 144 -
CMYK 0.33 0.16 0 0.44
HSL 209.36º 0.2% 0.47% -
HSV(B) 209.36º 0.33% 0.56% -
XYZ 16.8 18.23 29.02 -
YUV 116.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 97 121 144 0.33 0.16 0 0.44 209.36 0.2 0.47
Hex 61 79 90 21 10 0 2C D1 14 2F
Octal 141 171 220 41 20 0 54 321 24 57
Binary 1100001 1111001 10010000 100001 10000 0 101100 11010001 10100 101111

Color Harmonies of #617990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617990

Black with #617990

Text Example


Text Example

White with #617990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617990; }

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

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

background-color css

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

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

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

border-color css

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

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

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