Html Css Color HEX #617B8E Lynch

📋 copy color: '#617B8E'

red 97 ◦ green 123 ◦ blue 142

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

Shades of Lynch #617B8E

Tints of Lynch #617B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 26.8%
G = 33.98%
B = 39.23%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#617B8E (or 0x617B8E) is known color: Lynch. HEX triplet: 61, 7B and 8E. RGB value is (97,123,142). Sum of RGB (Red+Green+Blue) = 97+123+142=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #617B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B8E is #9E8471. Grayscale: #757575. Windows color (decimal): -10388594 or 9337697. OLE color: 9337697.

HSL color Cylindrical-coordinate representation of color #617B8E: hue angle of 205.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #617B8E is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 123 142 -
CMYK 0.32 0.13 0 0.44
HSL 205.33º 0.19% 0.47% -
HSV(B) 205.33º 0.32% 0.56% -
XYZ 16.9 18.66 28.3 -
YUV 117.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 97 123 142 0.32 0.13 0 0.44 205.33 0.19 0.47
Hex 61 7B 8E 20 D 0 2C CD 13 2F
Octal 141 173 216 40 15 0 54 315 23 57
Binary 1100001 1111011 10001110 100000 1101 0 101100 11001101 10011 101111

Color Harmonies of #617B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B8E

Black with #617B8E

Text Example


Text Example

White with #617B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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