#608381

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

Shades of Breaker Bay #608381

Tints of Breaker Bay #608381

Color information

#608381 (or 0x608381) is unknown color: approx Breaker Bay. HEX triplet: 60, 83 and 81. RGB value is (96,131,129). Sum of RGB (Red+Green+Blue) = 96+131+129=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #608381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608381 is #9F7C7E. Grayscale: #787878. Windows color (decimal): -10452095 or 8487776. OLE color: 8487776.

HSL color Cylindrical-coordinate representation of color #608381: hue angle of 176.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608381 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB96131129-
CMYK0.2700.020.49
HSL176.57º15.42%44.51%-
HSV(B)176.57º26.72%51.37%-
XYZ16.920.323.8-
YUV120.31132.9110.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=26.97%
G=36.80%
B=36.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311290.2700.020.49176.5715.4244.51
Hex6083811B0231b1f2d
Octal1402032013302612611755
Binary1100000100000111000000111011010110001101100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608381; }

 p { color: rgb(96,131,129); }

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

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

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

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

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

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

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