Html Css Color HEX #617383 Lynch

📋 copy color: '#617383'

red 97 ◦ green 115 ◦ blue 131

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

Shades of Lynch #617383

Tints of Lynch #617383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 28.28%
G = 33.53%
B = 38.19%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#617383 (or 0x617383) is known color: Lynch. HEX triplet: 61, 73 and 83. RGB value is (97,115,131). Sum of RGB (Red+Green+Blue) = 97+115+131=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #617383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617383 is #9E8C7C. Grayscale: #6F6F6F. Windows color (decimal): -10390653 or 8614753. OLE color: 8614753.

HSL color Cylindrical-coordinate representation of color #617383: hue angle of 208.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #617383 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 115 131 -
CMYK 0.26 0.12 0 0.49
HSL 208.24º 0.15% 0.45% -
HSV(B) 208.24º 0.26% 0.51% -
XYZ 15.16 16.44 23.85 -
YUV 111.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 97 115 131 0.26 0.12 0 0.49 208.24 0.15 0.45
Hex 61 73 83 1A C 0 31 D0 F 2D
Octal 141 163 203 32 14 0 61 320 17 55
Binary 1100001 1110011 10000011 11010 1100 0 110001 11010000 1111 101101

Color Harmonies of #617383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617383

Black with #617383

Text Example


Text Example

White with #617383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617383; }

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

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

background-color css

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

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

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

border-color css

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

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

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