Html Css Color HEX #618482 Breaker Bay

📋 copy color: '#618482'

red 97 ◦ green 132 ◦ blue 130

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

Shades of Breaker Bay #618482

Tints of Breaker Bay #618482

RGB

 RED value IS 97 (38.28% from 255) = 27.02%

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 27.02%
G = 36.77%
B = 36.21%

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

#618482 (or 0x618482) is known color: Breaker Bay. HEX triplet: 61, 84 and 82. RGB value is (97,132,130). Sum of RGB (Red+Green+Blue) = 97+132+130=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #618482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618482 is #9E7B7D. Grayscale: #797979. Windows color (decimal): -10386302 or 8553569. OLE color: 8553569.

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

Color convert

RGB 97 132 130 -
CMYK 0.27 0 0.02 0.48
HSL 176.57º 0.15% 0.45% -
HSV(B) 176.57º 0.27% 0.52% -
XYZ 17.21 20.66 24.2 -
YUV 121.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 97 132 130 0.27 0 0.02 0.48 176.57 0.15 0.45
Hex 61 84 82 1B 0 2 30 B1 F 2D
Octal 141 204 202 33 0 2 60 261 17 55
Binary 1100001 10000100 10000010 11011 0 10 110000 10110001 1111 101101

Color Harmonies of #618482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618482

Black with #618482

Text Example


Text Example

White with #618482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618482; }

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

 H1.HeaderClassName
 {
   color: #618482;
 }
 .AnyTagClassName
 {
   color: #618482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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