Html Css Color HEX #647C7F Blue Bayoux

📋 copy color: '#647C7F'

red 100 ◦ green 124 ◦ blue 127

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

Shades of Blue Bayoux #647C7F

Tints of Blue Bayoux #647C7F

RGB

 RED value IS 100 (39.45% from 255) = 28.49%

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 28.49%
G = 35.33%
B = 36.18%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#647C7F (or 0x647C7F) is known color: Blue Bayoux. HEX triplet: 64, 7C and 7F. RGB value is (100,124,127). Sum of RGB (Red+Green+Blue) = 100+124+127=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #647C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C7F is #9B8380. Grayscale: #757575. Windows color (decimal): -10191745 or 8354916. OLE color: 8354916.

HSL color Cylindrical-coordinate representation of color #647C7F: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647C7F is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 124 127 -
CMYK 0.21 0.02 0 0.50
HSL 186.67º 0.12% 0.45% -
HSV(B) 186.67º 0.21% 0.5% -
XYZ 16.29 18.66 22.82 -
YUV 117.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 100 124 127 0.21 0.02 0 0.50 186.67 0.12 0.45
Hex 64 7C 7F 15 2 0 32 BB C 2D
Octal 144 174 177 25 2 0 62 273 14 55
Binary 1100100 1111100 1111111 10101 10 0 110010 10111011 1100 101101

Color Harmonies of #647C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C7F

Black with #647C7F

Text Example


Text Example

White with #647C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647C7F; }

 p { color: rgb(100,124,127); }

 H1.HeaderClassName
 {
   color: #647C7F;
 }
 .AnyTagClassName
 {
   color: #647C7F;
 }
</style>

background-color css

<style>
 a { background-color: #647C7F; }

 a { background-color: rgb(100,124,127); }

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

border-color css

<style>
 span { border-color: #647C7F; }

 span { border-color: rgb(100,124,127); }

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