#607F7C

Color #607F7C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #607F7C

Tints of Breaker Bay #607F7C

Color information

#607F7C (or 0x607F7C) is unknown color: approx Breaker Bay. HEX triplet: 60, 7F and 7C. RGB value is (96,127,124). Sum of RGB (Red+Green+Blue) = 96+127+124=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #607F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F7C is #9F8083. Grayscale: #757575. Windows color (decimal): -10453124 or 8159072. OLE color: 8159072.

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

Color convert

RGB96127124-
CMYK0.2400.020.50
HSL174.19º13.9%43.73%-
HSV(B)174.19º24.41%49.8%-
XYZ16.0519.1221.91-
YUV117.39131.73112.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=27.67%
G=36.60%
B=35.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961271240.2400.020.50174.1913.943.73
Hex607F7C180232aee2c
Octal1401771743002622561654
Binary11000001111111111110011000010110010101011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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