#60817D

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

Shades of Breaker Bay #60817D

Tints of Breaker Bay #60817D

Color information

#60817D (or 0x60817D) is unknown color: approx Breaker Bay. HEX triplet: 60, 81 and 7D. RGB value is (96,129,125). Sum of RGB (Red+Green+Blue) = 96+129+125=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 129 - color contains mainly: green. Hex color #60817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60817D is #9F7E82. Grayscale: #767676. Windows color (decimal): -10452611 or 8225120. OLE color: 8225120.

HSL color Cylindrical-coordinate representation of color #60817D: hue angle of 172.73º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60817D is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB96129125-
CMYK0.2600.030.49
HSL172.73º14.67%44.12%-
HSV(B)172.73º25.58%50.59%-
XYZ16.3819.6722.34-
YUV118.68131.57111.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=27.43%
G=36.86%
B=35.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291250.2600.030.49172.7314.6744.12
Hex60817D1A0331adf2c
Octal1402011753203612551754
Binary110000010000001111110111010011110001101011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60817D; }

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

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

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

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

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

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

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

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