Html Css Color HEX #61807E Breaker Bay

📋 copy color: '#61807E'

red 97 ◦ green 128 ◦ blue 126

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

Shades of Breaker Bay #61807E

Tints of Breaker Bay #61807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 27.64%
G = 36.47%
B = 35.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#61807E (or 0x61807E) is known color: Breaker Bay. HEX triplet: 61, 80 and 7E. RGB value is (97,128,126). Sum of RGB (Red+Green+Blue) = 97+128+126=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #61807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61807E is #9E7F81. Grayscale: #767676. Windows color (decimal): -10387330 or 8290401. OLE color: 8290401.

HSL color Cylindrical-coordinate representation of color #61807E: hue angle of 176.13º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61807E is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 126 -
CMYK 0.24 0 0.02 0.50
HSL 176.13º 0.14% 0.44% -
HSV(B) 176.13º 0.24% 0.5% -
XYZ 16.41 19.49 22.63 -
YUV 118.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 97 128 126 0.24 0 0.02 0.50 176.13 0.14 0.44
Hex 61 80 7E 18 0 2 32 B0 E 2C
Octal 141 200 176 30 0 2 62 260 16 54
Binary 1100001 10000000 1111110 11000 0 10 110010 10110000 1110 101100

Color Harmonies of #61807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61807E

Black with #61807E

Text Example


Text Example

White with #61807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61807E; }

 p { color: rgb(97,128,126); }

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

background-color css

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

 a { background-color: rgb(97,128,126); }

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

border-color css

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

 span { border-color: rgb(97,128,126); }

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