#628280

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

Shades of Breaker Bay #628280

Tints of Breaker Bay #628280

Color information

#628280 (or 0x628280) is unknown color: approx Breaker Bay. HEX triplet: 62, 82 and 80. RGB value is (98,130,128). Sum of RGB (Red+Green+Blue) = 98+130+128=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #628280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628280 is #9D7D7F. Grayscale: #787878. Windows color (decimal): -10321280 or 8421986. OLE color: 8421986.

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

Color convert

RGB98130128-
CMYK0.2500.020.49
HSL176.25º14.04%44.71%-
HSV(B)176.25º24.62%50.98%-
XYZ16.9220.1223.41-
YUV120.2132.4112.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=27.53%
G=36.52%
B=35.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301280.2500.020.49176.2514.0444.71
Hex628280190231b0e2d
Octal1422022003102612601655
Binary1100010100000101000000011001010110001101100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628280; }

 p { color: rgb(98,130,128); }

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

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

 a { background-color: rgb(98,130,128); }

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

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

 span { border-color: rgb(98,130,128); }

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