Html Css Color HEX #617B8C Lynch

📋 copy color: '#617B8C'

red 97 ◦ green 123 ◦ blue 140

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

Shades of Lynch #617B8C

Tints of Lynch #617B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 26.94%
G = 34.17%
B = 38.89%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#617B8C (or 0x617B8C) is known color: Lynch. HEX triplet: 61, 7B and 8C. RGB value is (97,123,140). Sum of RGB (Red+Green+Blue) = 97+123+140=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #617B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B8C is #9E8473. Grayscale: #757575. Windows color (decimal): -10388596 or 9206625. OLE color: 9206625.

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

Color convert

RGB 97 123 140 -
CMYK 0.31 0.12 0 0.45
HSL 203.72º 0.18% 0.46% -
HSV(B) 203.72º 0.31% 0.55% -
XYZ 16.75 18.6 27.52 -
YUV 117.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 97 123 140 0.31 0.12 0 0.45 203.72 0.18 0.46
Hex 61 7B 8C 1F C 0 2D CC 12 2E
Octal 141 173 214 37 14 0 55 314 22 56
Binary 1100001 1111011 10001100 11111 1100 0 101101 11001100 10010 101110

Color Harmonies of #617B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B8C

Black with #617B8C

Text Example


Text Example

White with #617B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,123,140); }

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

background-color css

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

 a { background-color: rgb(97,123,140); }

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

border-color css

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

 span { border-color: rgb(97,123,140); }

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