Html Css Color HEX #617D90 Lynch

📋 copy color: '#617D90'

red 97 ◦ green 125 ◦ blue 144

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

Shades of Lynch #617D90

Tints of Lynch #617D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 26.5%
G = 34.15%
B = 39.34%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#617D90 (or 0x617D90) is known color: Lynch. HEX triplet: 61, 7D and 90. RGB value is (97,125,144). Sum of RGB (Red+Green+Blue) = 97+125+144=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #617D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D90 is #9E826F. Grayscale: #767676. Windows color (decimal): -10388080 or 9469281. OLE color: 9469281.

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

Color convert

RGB 97 125 144 -
CMYK 0.33 0.13 0 0.44
HSL 204.26º 0.2% 0.47% -
HSV(B) 204.26º 0.33% 0.56% -
XYZ 17.3 19.22 29.18 -
YUV 118.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 97 125 144 0.33 0.13 0 0.44 204.26 0.2 0.47
Hex 61 7D 90 21 D 0 2C CC 14 2F
Octal 141 175 220 41 15 0 54 314 24 57
Binary 1100001 1111101 10010000 100001 1101 0 101100 11001100 10100 101111

Color Harmonies of #617D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617D90

Black with #617D90

Text Example


Text Example

White with #617D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,125,144); }

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

background-color css

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

 a { background-color: rgb(97,125,144); }

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

border-color css

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

 span { border-color: rgb(97,125,144); }

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