Html Css Color HEX #617C8B Lynch

📋 copy color: '#617C8B'

red 97 ◦ green 124 ◦ blue 139

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

Shades of Lynch #617C8B

Tints of Lynch #617C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

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

R = 26.94%
G = 34.44%
B = 38.61%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#617C8B (or 0x617C8B) is known color: Lynch. HEX triplet: 61, 7C and 8B. RGB value is (97,124,139). Sum of RGB (Red+Green+Blue) = 97+124+139=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #617C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C8B is #9E8374. Grayscale: #757575. Windows color (decimal): -10388341 or 9141345. OLE color: 9141345.

HSL color Cylindrical-coordinate representation of color #617C8B: hue angle of 201.43º 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 #617C8B is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 124 139 -
CMYK 0.30 0.11 0 0.45
HSL 201.43º 0.18% 0.46% -
HSV(B) 201.43º 0.3% 0.55% -
XYZ 16.8 18.82 27.17 -
YUV 117.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 97 124 139 0.30 0.11 0 0.45 201.43 0.18 0.46
Hex 61 7C 8B 1E B 0 2D C9 12 2E
Octal 141 174 213 36 13 0 55 311 22 56
Binary 1100001 1111100 10001011 11110 1011 0 101101 11001001 10010 101110

Color Harmonies of #617C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C8B

Black with #617C8B

Text Example


Text Example

White with #617C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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