Html Css Color HEX #61777C Blue Bayoux

📋 copy color: '#61777C'

red 97 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #61777C

Tints of Blue Bayoux #61777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 28.53%
G = 35%
B = 36.47%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61777C (or 0x61777C) is known color: Blue Bayoux. HEX triplet: 61, 77 and 7C. RGB value is (97,119,124). Sum of RGB (Red+Green+Blue) = 97+119+124=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #61777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61777C is #9E8883. Grayscale: #707070. Windows color (decimal): -10389636 or 8157025. OLE color: 8157025.

HSL color Cylindrical-coordinate representation of color #61777C: hue angle of 191.11º 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 #61777C is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 119 124 -
CMYK 0.22 0.04 0 0.51
HSL 191.11º 0.12% 0.43% -
HSV(B) 191.11º 0.22% 0.49% -
XYZ 15.16 17.19 21.59 -
YUV 112.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 97 119 124 0.22 0.04 0 0.51 191.11 0.12 0.43
Hex 61 77 7C 16 4 0 33 BF C 2B
Octal 141 167 174 26 4 0 63 277 14 53
Binary 1100001 1110111 1111100 10110 100 0 110011 10111111 1100 101011

Color Harmonies of #61777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61777C

Black with #61777C

Text Example


Text Example

White with #61777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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