Html Css Color HEX #618097 Lynch

📋 copy color: '#618097'

red 97 ◦ green 128 ◦ blue 151

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

Shades of Lynch #618097

Tints of Lynch #618097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 25.8%
G = 34.04%
B = 40.16%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#618097 (or 0x618097) is known color: Lynch. HEX triplet: 61, 80 and 97. RGB value is (97,128,151). Sum of RGB (Red+Green+Blue) = 97+128+151=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #618097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618097 is #9E7F68. Grayscale: #797979. Windows color (decimal): -10387305 or 9928801. OLE color: 9928801.

HSL color Cylindrical-coordinate representation of color #618097: hue angle of 205.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618097 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 128 151 -
CMYK 0.36 0.15 0 0.41
HSL 205.56º 0.22% 0.49% -
HSV(B) 205.56º 0.36% 0.59% -
XYZ 18.23 20.21 32.22 -
YUV 121.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 97 128 151 0.36 0.15 0 0.41 205.56 0.22 0.49
Hex 61 80 97 24 F 0 29 CE 16 31
Octal 141 200 227 44 17 0 51 316 26 61
Binary 1100001 10000000 10010111 100100 1111 0 101001 11001110 10110 110001

Color Harmonies of #618097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618097

Black with #618097

Text Example


Text Example

White with #618097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618097; }

 p { color: rgb(97,128,151); }

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

background-color css

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

 a { background-color: rgb(97,128,151); }

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

border-color css

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

 span { border-color: rgb(97,128,151); }

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