#618481

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

Shades of Breaker Bay #618481

Tints of Breaker Bay #618481

Color information

#618481 (or 0x618481) is unknown color: approx Breaker Bay. HEX triplet: 61, 84 and 81. RGB value is (97,132,129). Sum of RGB (Red+Green+Blue) = 97+132+129=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #618481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618481 is #9E7B7E. Grayscale: #797979. Windows color (decimal): -10386303 or 8488033. OLE color: 8488033.

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

Color convert

RGB97132129-
CMYK0.2700.020.48
HSL174.86º15.28%44.9%-
HSV(B)174.86º26.52%51.76%-
XYZ17.1420.6323.85-
YUV121.19132.4110.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=27.09%
G=36.87%
B=36.03%

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
Decimal971321290.2700.020.48174.8615.2844.9
Hex6184811B0230aff2d
Octal1412042013302602571755
Binary1100001100001001000000111011010110000101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618481; }

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

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

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

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

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

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

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

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