Html Css Color HEX #617B91 Lynch

📋 copy color: '#617B91'

red 97 ◦ green 123 ◦ blue 145

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

Shades of Lynch #617B91

Tints of Lynch #617B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 26.58%
G = 33.7%
B = 39.73%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#617B91 (or 0x617B91) is known color: Lynch. HEX triplet: 61, 7B and 91. RGB value is (97,123,145). Sum of RGB (Red+Green+Blue) = 97+123+145=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #617B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617B91 is #9E846E. Grayscale: #757575. Windows color (decimal): -10388591 or 9534305. OLE color: 9534305.

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

Color convert

RGB 97 123 145 -
CMYK 0.33 0.15 0 0.43
HSL 207.5º 0.2% 0.47% -
HSV(B) 207.5º 0.33% 0.57% -
XYZ 17.12 18.75 29.5 -
YUV 117.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 97 123 145 0.33 0.15 0 0.43 207.5 0.2 0.47
Hex 61 7B 91 21 F 0 2B D0 14 2F
Octal 141 173 221 41 17 0 53 320 24 57
Binary 1100001 1111011 10010001 100001 1111 0 101011 11010000 10100 101111

Color Harmonies of #617B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B91

Black with #617B91

Text Example


Text Example

White with #617B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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