Html Css Color HEX #618091 Lynch

📋 copy color: '#618091'

red 97 ◦ green 128 ◦ blue 145

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

Shades of Lynch #618091

Tints of Lynch #618091

RGB

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

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

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

R = 26.22%
G = 34.59%
B = 39.19%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#618091 (or 0x618091) is known color: Lynch. HEX triplet: 61, 80 and 91. RGB value is (97,128,145). Sum of RGB (Red+Green+Blue) = 97+128+145=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #618091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618091 is #9E7F6E. Grayscale: #787878. Windows color (decimal): -10387311 or 9535585. OLE color: 9535585.

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

Color convert

RGB 97 128 145 -
CMYK 0.33 0.12 0 0.43
HSL 201.25º 0.2% 0.47% -
HSV(B) 201.25º 0.33% 0.57% -
XYZ 17.76 20.02 29.72 -
YUV 120.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 97 128 145 0.33 0.12 0 0.43 201.25 0.2 0.47
Hex 61 80 91 21 C 0 2B C9 14 2F
Octal 141 200 221 41 14 0 53 311 24 57
Binary 1100001 10000000 10010001 100001 1100 0 101011 11001001 10100 101111

Color Harmonies of #618091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618091

Black with #618091

Text Example


Text Example

White with #618091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618091; }

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

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

background-color css

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

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

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

border-color css

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

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

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