#607E79

Color #607E79 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #607E79

Tints of Rolling Stone #607E79

Color information

#607E79 (or 0x607E79) is unknown color: approx Rolling Stone. HEX triplet: 60, 7E and 79. RGB value is (96,126,121). Sum of RGB (Red+Green+Blue) = 96+126+121=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 126 - color contains mainly: green. Hex color #607E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E79 is #9F8186. Grayscale: #747474. Windows color (decimal): -10453383 or 7962208. OLE color: 7962208.

HSL color Cylindrical-coordinate representation of color #607E79: hue angle of 170º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E79 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB96126121-
CMYK0.2400.040.51
HSL170º13.51%43.53%-
HSV(B)170º23.81%49.41%-
XYZ15.7418.7920.89-
YUV116.46130.56113.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=27.99%
G=36.73%
B=35.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961261210.2400.040.5117013.5143.53
Hex607E79180433aae2c
Octal1401761713004632521654
Binary110000011111101111001110000100110011101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,126,121); }

 H1.HeaderClassName
 {
   color: #607E79;
 }
 .AnyTagClassName
 {
   color: #607E79;
 }
</style>
background-color css

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

 a { background-color: rgb(96,126,121); }

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

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

 span { border-color: rgb(96,126,121); }

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