Html Css Color HEX #61797C Blue Bayoux

📋 copy color: '#61797C'

red 97 ◦ green 121 ◦ blue 124

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

Shades of Blue Bayoux #61797C

Tints of Blue Bayoux #61797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 28.36%
G = 35.38%
B = 36.26%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61797C (or 0x61797C) is known color: Blue Bayoux. HEX triplet: 61, 79 and 7C. RGB value is (97,121,124). Sum of RGB (Red+Green+Blue) = 97+121+124=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #61797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61797C is #9E8683. Grayscale: #727272. Windows color (decimal): -10389124 or 8157537. OLE color: 8157537.

HSL color Cylindrical-coordinate representation of color #61797C: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61797C is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 121 124 -
CMYK 0.22 0.02 0 0.51
HSL 186.67º 0.12% 0.43% -
HSV(B) 186.67º 0.22% 0.49% -
XYZ 15.41 17.67 21.67 -
YUV 114.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 97 121 124 0.22 0.02 0 0.51 186.67 0.12 0.43
Hex 61 79 7C 16 2 0 33 BB C 2B
Octal 141 171 174 26 2 0 63 273 14 53
Binary 1100001 1111001 1111100 10110 10 0 110011 10111011 1100 101011

Color Harmonies of #61797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61797C

Black with #61797C

Text Example


Text Example

White with #61797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61797C; }

 p { color: rgb(97,121,124); }

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

background-color css

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

 a { background-color: rgb(97,121,124); }

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

border-color css

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

 span { border-color: rgb(97,121,124); }

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