#618483

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

Shades of Breaker Bay #618483

Tints of Breaker Bay #618483

Color information

#618483 (or 0x618483) is unknown color: approx Breaker Bay. HEX triplet: 61, 84 and 83. RGB value is (97,132,131). Sum of RGB (Red+Green+Blue) = 97+132+131=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #618483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618483 is #9E7B7C. Grayscale: #797979. Windows color (decimal): -10386301 or 8619105. OLE color: 8619105.

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

Color convert

RGB97132131-
CMYK0.2700.010.48
HSL178.29º15.28%44.9%-
HSV(B)178.29º26.52%51.76%-
XYZ17.2820.6824.55-
YUV121.42133.4110.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=26.94%
G=36.67%
B=36.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321310.2700.010.48178.2915.2844.9
Hex6184831B0130b2f2d
Octal1412042033301602621755
Binary110000110000100100000111101101110000101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618483; }

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

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

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

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

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

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

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

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