Html Css Color HEX #60777C Blue Bayoux

📋 copy color: '#60777C'

red 96 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #60777C

Tints of Blue Bayoux #60777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 28.32%
G = 35.1%
B = 36.58%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60777C (or 0x60777C) is known color: Blue Bayoux. HEX triplet: 60, 77 and 7C. RGB value is (96,119,124). Sum of RGB (Red+Green+Blue) = 96+119+124=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #60777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60777C is #9F8883. Grayscale: #707070. Windows color (decimal): -10455172 or 8157024. OLE color: 8157024.

HSL color Cylindrical-coordinate representation of color #60777C: hue angle of 190.71º 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 #60777C is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 119 124 -
CMYK 0.23 0.04 0 0.51
HSL 190.71º 0.13% 0.43% -
HSV(B) 190.71º 0.23% 0.49% -
XYZ 15.06 17.14 21.58 -
YUV 112.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 96 119 124 0.23 0.04 0 0.51 190.71 0.13 0.43
Hex 60 77 7C 17 4 0 33 BF D 2B
Octal 140 167 174 27 4 0 63 277 15 53
Binary 1100000 1110111 1111100 10111 100 0 110011 10111111 1101 101011

Color Harmonies of #60777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60777C

Black with #60777C

Text Example


Text Example

White with #60777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60777C; }

 p { color: rgb(96,119,124); }

 H1.HeaderClassName
 {
   color: #60777C;
 }
 .AnyTagClassName
 {
   color: #60777C;
 }
</style>

background-color css

<style>
 a { background-color: #60777C; }

 a { background-color: rgb(96,119,124); }

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

border-color css

<style>
 span { border-color: #60777C; }

 span { border-color: rgb(96,119,124); }

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