Html Css Color HEX #60757E Blue Bayoux

📋 copy color: '#60757E'

red 96 ◦ green 117 ◦ blue 126

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

Shades of Blue Bayoux #60757E

Tints of Blue Bayoux #60757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 28.32%
G = 34.51%
B = 37.17%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60757E (or 0x60757E) is known color: Blue Bayoux. HEX triplet: 60, 75 and 7E. RGB value is (96,117,126). Sum of RGB (Red+Green+Blue) = 96+117+126=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #60757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757E is #9F8A81. Grayscale: #6F6F6F. Windows color (decimal): -10455682 or 8287584. OLE color: 8287584.

HSL color Cylindrical-coordinate representation of color #60757E: hue angle of 198º 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 #60757E is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 117 126 -
CMYK 0.24 0.07 0 0.51
HSL 198º 0.14% 0.44% -
HSV(B) 198º 0.24% 0.49% -
XYZ 14.95 16.72 22.18 -
YUV 111.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 96 117 126 0.24 0.07 0 0.51 198 0.14 0.44
Hex 60 75 7E 18 7 0 33 C6 E 2C
Octal 140 165 176 30 7 0 63 306 16 54
Binary 1100000 1110101 1111110 11000 111 0 110011 11000110 1110 101100

Color Harmonies of #60757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60757E

Black with #60757E

Text Example


Text Example

White with #60757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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