Html Css Color HEX #617B8D Lynch

📋 copy color: '#617B8D'

red 97 ◦ green 123 ◦ blue 141

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

Shades of Lynch #617B8D

Tints of Lynch #617B8D

RGB

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

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

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

R = 26.87%
G = 34.07%
B = 39.06%

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

#617B8D (or 0x617B8D) is known color: Lynch. HEX triplet: 61, 7B and 8D. RGB value is (97,123,141). Sum of RGB (Red+Green+Blue) = 97+123+141=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #617B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B8D is #9E8472. Grayscale: #757575. Windows color (decimal): -10388595 or 9272161. OLE color: 9272161.

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

Color convert

RGB 97 123 141 -
CMYK 0.31 0.13 0 0.45
HSL 204.55º 0.18% 0.47% -
HSV(B) 204.55º 0.31% 0.55% -
XYZ 16.82 18.63 27.91 -
YUV 117.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 97 123 141 0.31 0.13 0 0.45 204.55 0.18 0.47
Hex 61 7B 8D 1F D 0 2D CD 12 2F
Octal 141 173 215 37 15 0 55 315 22 57
Binary 1100001 1111011 10001101 11111 1101 0 101101 11001101 10010 101111

Color Harmonies of #617B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B8D

Black with #617B8D

Text Example


Text Example

White with #617B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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