#60847F

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

Shades of Breaker Bay #60847F

Tints of Breaker Bay #60847F

Color information

#60847F (or 0x60847F) is unknown color: approx Breaker Bay. HEX triplet: 60, 84 and 7F. RGB value is (96,132,127). Sum of RGB (Red+Green+Blue) = 96+132+127=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #60847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60847F is #9F7B80. Grayscale: #787878. Windows color (decimal): -10451841 or 8356960. OLE color: 8356960.

HSL color Cylindrical-coordinate representation of color #60847F: hue angle of 171.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60847F is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB96132127-
CMYK0.2700.040.48
HSL171.67º15.79%44.71%-
HSV(B)171.67º27.27%51.76%-
XYZ16.9120.5223.15-
YUV120.67131.57110.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 127 (50% from 255) = 35.77%
R=27.04%
G=37.18%
B=35.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321270.2700.040.48171.6715.7944.71
Hex60847F1B0430ac102d
Octal1402041773304602542055
Binary11000001000010011111111101101001100001010110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60847F; }

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

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

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

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

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

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

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

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