Html Css Color HEX #61727B Blue Bayoux

📋 copy color: '#61727B'

red 97 ◦ green 114 ◦ blue 123

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

Shades of Blue Bayoux #61727B

Tints of Blue Bayoux #61727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 29.04%
G = 34.13%
B = 36.83%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61727B (or 0x61727B) is known color: Blue Bayoux. HEX triplet: 61, 72 and 7B. RGB value is (97,114,123). Sum of RGB (Red+Green+Blue) = 97+114+123=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #61727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61727B is #9E8D84. Grayscale: #6D6D6D. Windows color (decimal): -10390917 or 8090209. OLE color: 8090209.

HSL color Cylindrical-coordinate representation of color #61727B: hue angle of 200.77º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61727B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 114 123 -
CMYK 0.21 0.07 0 0.52
HSL 200.77º 0.12% 0.43% -
HSV(B) 200.77º 0.21% 0.48% -
XYZ 14.52 16.01 21.06 -
YUV 109.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 97 114 123 0.21 0.07 0 0.52 200.77 0.12 0.43
Hex 61 72 7B 15 7 0 34 C9 C 2B
Octal 141 162 173 25 7 0 64 311 14 53
Binary 1100001 1110010 1111011 10101 111 0 110100 11001001 1100 101011

Color Harmonies of #61727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61727B

Black with #61727B

Text Example


Text Example

White with #61727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61727B; }

 p { color: rgb(97,114,123); }

 H1.HeaderClassName
 {
   color: #61727B;
 }
 .AnyTagClassName
 {
   color: #61727B;
 }
</style>

background-color css

<style>
 a { background-color: #61727B; }

 a { background-color: rgb(97,114,123); }

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

border-color css

<style>
 span { border-color: #61727B; }

 span { border-color: rgb(97,114,123); }

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