Html Css Color HEX #647C80 Blue Bayoux

📋 copy color: '#647C80'

red 100 ◦ green 124 ◦ blue 128

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

Shades of Blue Bayoux #647C80

Tints of Blue Bayoux #647C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 28.41%
G = 35.23%
B = 36.36%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#647C80 (or 0x647C80) is known color: Blue Bayoux. HEX triplet: 64, 7C and 80. RGB value is (100,124,128). Sum of RGB (Red+Green+Blue) = 100+124+128=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 128 - color contains mainly: blue. Hex color #647C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C80 is #9B837F. Grayscale: #757575. Windows color (decimal): -10191744 or 8420452. OLE color: 8420452.

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

Color convert

RGB 100 124 128 -
CMYK 0.22 0.03 0 0.50
HSL 188.57º 0.12% 0.45% -
HSV(B) 188.57º 0.22% 0.5% -
XYZ 16.36 18.68 23.17 -
YUV 117.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 100 124 128 0.22 0.03 0 0.50 188.57 0.12 0.45
Hex 64 7C 80 16 3 0 32 BD C 2D
Octal 144 174 200 26 3 0 62 275 14 55
Binary 1100100 1111100 10000000 10110 11 0 110010 10111101 1100 101101

Color Harmonies of #647C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647C80

Black with #647C80

Text Example


Text Example

White with #647C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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