Html Css Color HEX #607C95 Lynch

📋 copy color: '#607C95'

red 96 ◦ green 124 ◦ blue 149

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

Shades of Lynch #607C95

Tints of Lynch #607C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 26.02%
G = 33.6%
B = 40.38%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607C95 (or 0x607C95) is known color: Lynch. HEX triplet: 60, 7C and 95. RGB value is (96,124,149). Sum of RGB (Red+Green+Blue) = 96+124+149=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #607C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C95 is #9F836A. Grayscale: #767676. Windows color (decimal): -10453867 or 9796704. OLE color: 9796704.

HSL color Cylindrical-coordinate representation of color #607C95: hue angle of 208.3º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #607C95 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 124 149 -
CMYK 0.36 0.17 0 0.42
HSL 208.3º 0.22% 0.48% -
HSV(B) 208.3º 0.36% 0.58% -
XYZ 17.46 19.07 31.19 -
YUV 118.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 96 124 149 0.36 0.17 0 0.42 208.3 0.22 0.48
Hex 60 7C 95 24 11 0 2A D0 16 30
Octal 140 174 225 44 21 0 52 320 26 60
Binary 1100000 1111100 10010101 100100 10001 0 101010 11010000 10110 110000

Color Harmonies of #607C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607C95

Black with #607C95

Text Example


Text Example

White with #607C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607C95; }

 p { color: rgb(96,124,149); }

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

background-color css

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

 a { background-color: rgb(96,124,149); }

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

border-color css

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

 span { border-color: rgb(96,124,149); }

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