Html Css Color HEX #617B90 Lynch

📋 copy color: '#617B90'

red 97 ◦ green 123 ◦ blue 144

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

Shades of Lynch #617B90

Tints of Lynch #617B90

RGB

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

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

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

R = 26.65%
G = 33.79%
B = 39.56%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#617B90 (or 0x617B90) is known color: Lynch. HEX triplet: 61, 7B and 90. RGB value is (97,123,144). Sum of RGB (Red+Green+Blue) = 97+123+144=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #617B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B90 is #9E846F. Grayscale: #757575. Windows color (decimal): -10388592 or 9468769. OLE color: 9468769.

HSL color Cylindrical-coordinate representation of color #617B90: hue angle of 206.81º 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 #617B90 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 123 144 -
CMYK 0.33 0.15 0 0.44
HSL 206.81º 0.2% 0.47% -
HSV(B) 206.81º 0.33% 0.56% -
XYZ 17.05 18.72 29.1 -
YUV 117.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 97 123 144 0.33 0.15 0 0.44 206.81 0.2 0.47
Hex 61 7B 90 21 F 0 2C CF 14 2F
Octal 141 173 220 41 17 0 54 317 24 57
Binary 1100001 1111011 10010000 100001 1111 0 101100 11001111 10100 101111

Color Harmonies of #617B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B90

Black with #617B90

Text Example


Text Example

White with #617B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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