Html Css Color HEX #61737D Blue Bayoux

📋 copy color: '#61737D'

red 97 ◦ green 115 ◦ blue 125

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

Shades of Blue Bayoux #61737D

Tints of Blue Bayoux #61737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 28.78%
G = 34.12%
B = 37.09%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61737D (or 0x61737D) is known color: Blue Bayoux. HEX triplet: 61, 73 and 7D. RGB value is (97,115,125). Sum of RGB (Red+Green+Blue) = 97+115+125=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #61737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61737D is #9E8C82. Grayscale: #6E6E6E. Windows color (decimal): -10390659 or 8221537. OLE color: 8221537.

HSL color Cylindrical-coordinate representation of color #61737D: hue angle of 201.43º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61737D is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 115 125 -
CMYK 0.22 0.08 0 0.51
HSL 201.43º 0.13% 0.44% -
HSV(B) 201.43º 0.22% 0.49% -
XYZ 14.76 16.28 21.77 -
YUV 110.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 97 115 125 0.22 0.08 0 0.51 201.43 0.13 0.44
Hex 61 73 7D 16 8 0 33 C9 D 2C
Octal 141 163 175 26 10 0 63 311 15 54
Binary 1100001 1110011 1111101 10110 1000 0 110011 11001001 1101 101100

Color Harmonies of #61737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61737D

Black with #61737D

Text Example


Text Example

White with #61737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61737D; }

 p { color: rgb(97,115,125); }

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

background-color css

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

 a { background-color: rgb(97,115,125); }

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

border-color css

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

 span { border-color: rgb(97,115,125); }

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