#607A7A

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

Shades of Breaker Bay #607A7A

Tints of Breaker Bay #607A7A

Color information

#607A7A (or 0x607A7A) is unknown color: approx Breaker Bay. HEX triplet: 60, 7A and 7A. RGB value is (96,122,122). Sum of RGB (Red+Green+Blue) = 96+122+122=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #607A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A7A is #9F8585. Grayscale: #727272. Windows color (decimal): -10454406 or 8026720. OLE color: 8026720.

HSL color Cylindrical-coordinate representation of color #607A7A: hue angle of 180º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A7A is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96122122-
CMYK0.21000.52
HSL180º11.93%42.75%-
HSV(B)180º21.31%47.84%-
XYZ15.317.8121.04-
YUV114.23132.39115-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=28.24%
G=35.88%
B=35.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221220.21000.5218011.9342.75
Hex607A7A150034b4c2b
Octal1401721722500642641453
Binary1100000111101011110101010100110100101101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,122); }

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

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

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

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

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

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

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