Html Css Color HEX #60747E Blue Bayoux

📋 copy color: '#60747E'

red 96 ◦ green 116 ◦ blue 126

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

Shades of Blue Bayoux #60747E

Tints of Blue Bayoux #60747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 28.4%
G = 34.32%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60747E (or 0x60747E) is known color: Blue Bayoux. HEX triplet: 60, 74 and 7E. RGB value is (96,116,126). Sum of RGB (Red+Green+Blue) = 96+116+126=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #60747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60747E is #9F8B81. Grayscale: #6F6F6F. Windows color (decimal): -10455938 or 8287328. OLE color: 8287328.

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

Color convert

RGB 96 116 126 -
CMYK 0.24 0.08 0 0.51
HSL 200º 0.14% 0.44% -
HSV(B) 200º 0.24% 0.49% -
XYZ 14.84 16.48 22.14 -
YUV 111.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 96 116 126 0.24 0.08 0 0.51 200 0.14 0.44
Hex 60 74 7E 18 8 0 33 C8 E 2C
Octal 140 164 176 30 10 0 63 310 16 54
Binary 1100000 1110100 1111110 11000 1000 0 110011 11001000 1110 101100

Color Harmonies of #60747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60747E

Black with #60747E

Text Example


Text Example

White with #60747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60747E; }

 p { color: rgb(96,116,126); }

 H1.HeaderClassName
 {
   color: #60747E;
 }
 .AnyTagClassName
 {
   color: #60747E;
 }
</style>

background-color css

<style>
 a { background-color: #60747E; }

 a { background-color: rgb(96,116,126); }

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

border-color css

<style>
 span { border-color: #60747E; }

 span { border-color: rgb(96,116,126); }

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