Html Css Color HEX #618481 Breaker Bay

📋 copy color: '#618481'

red 97 ◦ green 132 ◦ blue 129

#618481
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #618481

Tints of Breaker Bay #618481

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 value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#618481 (or 0x618481) is known color: 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

RGB 97 132 129 -
CMYK 0.27 0 0.02 0.48
HSL 174.86º 0.15% 0.45% -
HSV(B) 174.86º 0.27% 0.52% -
XYZ 17.14 20.63 23.85 -
YUV 121.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 97 132 129 0.27 0 0.02 0.48 174.86 0.15 0.45
Hex 61 84 81 1B 0 2 30 AF F 2D
Octal 141 204 201 33 0 2 60 257 17 55
Binary 1100001 10000100 10000001 11011 0 10 110000 10101111 1111 101101

Color Harmonies of #618481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618481

Black with #618481

Text Example


Text Example

White with #618481

Text Example


Text Example

HTML Codes & Css Web 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>