#608182

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

Shades of Breaker Bay #608182

Tints of Breaker Bay #608182

Color information

#608182 (or 0x608182) is unknown color: approx Breaker Bay. HEX triplet: 60, 81 and 82. RGB value is (96,129,130). Sum of RGB (Red+Green+Blue) = 96+129+130=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #608182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608182 is #9F7E7D. Grayscale: #777777. Windows color (decimal): -10452606 or 8552800. OLE color: 8552800.

HSL color Cylindrical-coordinate representation of color #608182: hue angle of 181.76º 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 #608182 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96129130-
CMYK0.260.0100.49
HSL181.76º15.04%44.31%-
HSV(B)181.76º26.15%50.98%-
XYZ16.719.824.06-
YUV119.25134.07111.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=27.04%
G=36.34%
B=36.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291300.260.0100.49181.7615.0444.31
Hex6081821A1031b6f2c
Octal1402012023210612661754
Binary110000010000001100000101101010110001101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608182; }

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

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

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

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

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

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

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

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