Html Css Color HEX #60797D Blue Bayoux

📋 copy color: '#60797D'

red 96 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #60797D

Tints of Blue Bayoux #60797D

RGB

 RED value IS 96 (37.89% from 255) = 28.07%

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

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

R = 28.07%
G = 35.38%
B = 36.55%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60797D (or 0x60797D) is known color: Blue Bayoux. HEX triplet: 60, 79 and 7D. RGB value is (96,121,125). Sum of RGB (Red+Green+Blue) = 96+121+125=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #60797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60797D is #9F8682. Grayscale: #717171. Windows color (decimal): -10454659 or 8223072. OLE color: 8223072.

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

Color convert

RGB 96 121 125 -
CMYK 0.23 0.03 0 0.51
HSL 188.28º 0.13% 0.43% -
HSV(B) 188.28º 0.23% 0.49% -
XYZ 15.36 17.64 22 -
YUV 113.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 96 121 125 0.23 0.03 0 0.51 188.28 0.13 0.43
Hex 60 79 7D 17 3 0 33 BC D 2B
Octal 140 171 175 27 3 0 63 274 15 53
Binary 1100000 1111001 1111101 10111 11 0 110011 10111100 1101 101011

Color Harmonies of #60797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60797D

Black with #60797D

Text Example


Text Example

White with #60797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,121,125); }

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

background-color css

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

 a { background-color: rgb(96,121,125); }

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

border-color css

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

 span { border-color: rgb(96,121,125); }

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