Html Css Color HEX #617A8B Lynch

📋 copy color: '#617A8B'

red 97 ◦ green 122 ◦ blue 139

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

Shades of Lynch #617A8B

Tints of Lynch #617A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 27.09%
G = 34.08%
B = 38.83%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#617A8B (or 0x617A8B) is known color: Lynch. HEX triplet: 61, 7A and 8B. RGB value is (97,122,139). Sum of RGB (Red+Green+Blue) = 97+122+139=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #617A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A8B is #9E8574. Grayscale: #747474. Windows color (decimal): -10388853 or 9140833. OLE color: 9140833.

HSL color Cylindrical-coordinate representation of color #617A8B: hue angle of 204.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #617A8B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 122 139 -
CMYK 0.30 0.12 0 0.45
HSL 204.29º 0.18% 0.46% -
HSV(B) 204.29º 0.3% 0.55% -
XYZ 16.55 18.32 27.09 -
YUV 116.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 97 122 139 0.30 0.12 0 0.45 204.29 0.18 0.46
Hex 61 7A 8B 1E C 0 2D CC 12 2E
Octal 141 172 213 36 14 0 55 314 22 56
Binary 1100001 1111010 10001011 11110 1100 0 101101 11001100 10010 101110

Color Harmonies of #617A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A8B

Black with #617A8B

Text Example


Text Example

White with #617A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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