Html Css Color HEX #618582 Breaker Bay

📋 copy color: '#618582'

red 97 ◦ green 133 ◦ blue 130

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

Shades of Breaker Bay #618582

Tints of Breaker Bay #618582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 26.94%
G = 36.94%
B = 36.11%

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

#618582 (or 0x618582) is known color: Breaker Bay. HEX triplet: 61, 85 and 82. RGB value is (97,133,130). Sum of RGB (Red+Green+Blue) = 97+133+130=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #618582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618582 is #9E7A7D. Grayscale: #797979. Windows color (decimal): -10386046 or 8553825. OLE color: 8553825.

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

Color convert

RGB 97 133 130 -
CMYK 0.27 0 0.02 0.48
HSL 175º 0.16% 0.45% -
HSV(B) 175º 0.27% 0.52% -
XYZ 17.35 20.93 24.24 -
YUV 121.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 97 133 130 0.27 0 0.02 0.48 175 0.16 0.45
Hex 61 85 82 1B 0 2 30 AF 10 2D
Octal 141 205 202 33 0 2 60 257 20 55
Binary 1100001 10000101 10000010 11011 0 10 110000 10101111 10000 101101

Color Harmonies of #618582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618582

Black with #618582

Text Example


Text Example

White with #618582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618582; }

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

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

background-color css

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

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

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

border-color css

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

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

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