Html Css Color HEX #617A8D Lynch

📋 copy color: '#617A8D'

red 97 ◦ green 122 ◦ blue 141

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

Shades of Lynch #617A8D

Tints of Lynch #617A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 26.94%
G = 33.89%
B = 39.17%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#617A8D (or 0x617A8D) is known color: Lynch. HEX triplet: 61, 7A and 8D. RGB value is (97,122,141). Sum of RGB (Red+Green+Blue) = 97+122+141=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #617A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A8D is #9E8572. Grayscale: #747474. Windows color (decimal): -10388851 or 9271905. OLE color: 9271905.

HSL color Cylindrical-coordinate representation of color #617A8D: hue angle of 205.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617A8D is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 122 141 -
CMYK 0.31 0.13 0 0.45
HSL 205.91º 0.18% 0.47% -
HSV(B) 205.91º 0.31% 0.55% -
XYZ 16.7 18.38 27.87 -
YUV 116.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 97 122 141 0.31 0.13 0 0.45 205.91 0.18 0.47
Hex 61 7A 8D 1F D 0 2D CE 12 2F
Octal 141 172 215 37 15 0 55 316 22 57
Binary 1100001 1111010 10001101 11111 1101 0 101101 11001110 10010 101111

Color Harmonies of #617A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A8D

Black with #617A8D

Text Example


Text Example

White with #617A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617A8D; }

 p { color: rgb(97,122,141); }

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

background-color css

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

 a { background-color: rgb(97,122,141); }

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

border-color css

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

 span { border-color: rgb(97,122,141); }

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