Html Css Color HEX #617381 Lynch

📋 copy color: '#617381'

red 97 ◦ green 115 ◦ blue 129

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

Shades of Lynch #617381

Tints of Lynch #617381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 28.45%
G = 33.72%
B = 37.83%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617381 (or 0x617381) is known color: Lynch. HEX triplet: 61, 73 and 81. RGB value is (97,115,129). Sum of RGB (Red+Green+Blue) = 97+115+129=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #617381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617381 is #9E8C7E. Grayscale: #6F6F6F. Windows color (decimal): -10390655 or 8483681. OLE color: 8483681.

HSL color Cylindrical-coordinate representation of color #617381: hue angle of 206.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617381 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 115 129 -
CMYK 0.25 0.11 0 0.49
HSL 206.25º 0.14% 0.44% -
HSV(B) 206.25º 0.25% 0.51% -
XYZ 15.02 16.39 23.14 -
YUV 111.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 97 115 129 0.25 0.11 0 0.49 206.25 0.14 0.44
Hex 61 73 81 19 B 0 31 CE E 2C
Octal 141 163 201 31 13 0 61 316 16 54
Binary 1100001 1110011 10000001 11001 1011 0 110001 11001110 1110 101100

Color Harmonies of #617381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617381

Black with #617381

Text Example


Text Example

White with #617381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617381; }

 p { color: rgb(97,115,129); }

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

background-color css

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

 a { background-color: rgb(97,115,129); }

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

border-color css

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

 span { border-color: rgb(97,115,129); }

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