Html Css Color HEX #617A8A Lynch

📋 copy color: '#617A8A'

red 97 ◦ green 122 ◦ blue 138

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

Shades of Lynch #617A8A

Tints of Lynch #617A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 27.17%
G = 34.17%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#617A8A (or 0x617A8A) is known color: Lynch. HEX triplet: 61, 7A and 8A. RGB value is (97,122,138). Sum of RGB (Red+Green+Blue) = 97+122+138=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #617A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A8A is #9E8575. Grayscale: #747474. Windows color (decimal): -10388854 or 9075297. OLE color: 9075297.

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

Color convert

RGB 97 122 138 -
CMYK 0.30 0.12 0 0.46
HSL 203.41º 0.17% 0.46% -
HSV(B) 203.41º 0.3% 0.54% -
XYZ 16.48 18.3 26.71 -
YUV 116.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 97 122 138 0.30 0.12 0 0.46 203.41 0.17 0.46
Hex 61 7A 8A 1E C 0 2E CB 11 2E
Octal 141 172 212 36 14 0 56 313 21 56
Binary 1100001 1111010 10001010 11110 1100 0 101110 11001011 10001 101110

Color Harmonies of #617A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A8A

Black with #617A8A

Text Example


Text Example

White with #617A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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