Html Css Color HEX #61827F Breaker Bay

📋 copy color: '#61827F'

red 97 ◦ green 130 ◦ blue 127

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

Shades of Breaker Bay #61827F

Tints of Breaker Bay #61827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 27.4%
G = 36.72%
B = 35.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#61827F (or 0x61827F) is known color: Breaker Bay. HEX triplet: 61, 82 and 7F. RGB value is (97,130,127). Sum of RGB (Red+Green+Blue) = 97+130+127=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #61827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827F is #9E7D80. Grayscale: #777777. Windows color (decimal): -10386817 or 8356449. OLE color: 8356449.

HSL color Cylindrical-coordinate representation of color #61827F: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61827F is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 127 -
CMYK 0.25 0 0.02 0.49
HSL 174.55º 0.15% 0.45% -
HSV(B) 174.55º 0.25% 0.51% -
XYZ 16.74 20.04 23.06 -
YUV 119.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 97 130 127 0.25 0 0.02 0.49 174.55 0.15 0.45
Hex 61 82 7F 19 0 2 31 AF F 2D
Octal 141 202 177 31 0 2 61 257 17 55
Binary 1100001 10000010 1111111 11001 0 10 110001 10101111 1111 101101

Color Harmonies of #61827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61827F

Black with #61827F

Text Example


Text Example

White with #61827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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