#608481

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

Shades of Breaker Bay #608481

Tints of Breaker Bay #608481

Color information

#608481 (or 0x608481) is unknown color: approx Breaker Bay. HEX triplet: 60, 84 and 81. RGB value is (96,132,129). Sum of RGB (Red+Green+Blue) = 96+132+129=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #608481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608481 is #9F7B7E. Grayscale: #787878. Windows color (decimal): -10451839 or 8488032. OLE color: 8488032.

HSL color Cylindrical-coordinate representation of color #608481: hue angle of 175º 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 #608481 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB96132129-
CMYK0.2700.020.48
HSL175º15.79%44.71%-
HSV(B)175º27.27%51.76%-
XYZ17.0420.5723.84-
YUV120.89132.57110.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 129 (50.78% from 255) = 36.13%
R=26.89%
G=36.97%
B=36.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321290.2700.020.4817515.7944.71
Hex6084811B0230af102d
Octal1402042013302602572055
Binary11000001000010010000001110110101100001010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608481; }

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

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

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

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

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

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

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

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