Html Css Color HEX #607589 Lynch

📋 copy color: '#607589'

red 96 ◦ green 117 ◦ blue 137

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

Shades of Lynch #607589

Tints of Lynch #607589

RGB

 RED value IS 96 (37.89% from 255) = 27.43%

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 27.43%
G = 33.43%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#607589 (or 0x607589) is known color: Lynch. HEX triplet: 60, 75 and 89. RGB value is (96,117,137). Sum of RGB (Red+Green+Blue) = 96+117+137=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #607589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607589 is #9F8A76. Grayscale: #707070. Windows color (decimal): -10455671 or 9008480. OLE color: 9008480.

HSL color Cylindrical-coordinate representation of color #607589: hue angle of 209.27º degrees, saturation: 0.18, 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 #607589 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 117 137 -
CMYK 0.30 0.15 0 0.46
HSL 209.27º 0.18% 0.46% -
HSV(B) 209.27º 0.3% 0.54% -
XYZ 15.7 17.02 26.12 -
YUV 113 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 96 117 137 0.30 0.15 0 0.46 209.27 0.18 0.46
Hex 60 75 89 1E F 0 2E D1 12 2E
Octal 140 165 211 36 17 0 56 321 22 56
Binary 1100000 1110101 10001001 11110 1111 0 101110 11010001 10010 101110

Color Harmonies of #607589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607589

Black with #607589

Text Example


Text Example

White with #607589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607589; }

 p { color: rgb(96,117,137); }

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

background-color css

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

 a { background-color: rgb(96,117,137); }

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

border-color css

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

 span { border-color: rgb(96,117,137); }

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